Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit da3660a

Browse files
committed
Formatting
1 parent 4791067 commit da3660a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

AndroidManifest.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
<application
1212
android:icon="@drawable/icon"
1313
android:label="@string/app_name" >
14-
<activity android:name="com.asksven.android.common.ReadmeActivity" />
14+
<activity android:name=".ReadmeActivity">
15+
<intent-filter>
16+
<action android:name="android.intent.action.MAIN" />
17+
</intent-filter>
18+
</activity>
1519
</application>
1620

1721
</manifest>

0 commit comments

Comments
 (0)