Skip to content

Commit 271befd

Browse files
author
Dominik Schürmann
committed
remove activity from librarys AndroidManifest
1 parent 6d7fd72 commit 271befd

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

AndroidBootstrap/AndroidManifest.xml

+1-14
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@
88
android:minSdkVersion="7"
99
android:targetSdkVersion="17" />
1010

11-
<application
12-
android:allowBackup="true"
13-
android:icon="@drawable/ic_launcher"
14-
android:label="@string/app_name" >
15-
<activity
16-
android:name="com.beardedhen.androidbootstrap.MainActivity"
17-
android:label="@string/app_name" >
18-
<intent-filter>
19-
<action android:name="android.intent.action.MAIN" />
20-
21-
<category android:name="android.intent.category.LAUNCHER" />
22-
</intent-filter>
23-
</activity>
24-
</application>
11+
<application/>
2512

2613
</manifest>

0 commit comments

Comments
 (0)