We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7fd72 commit 271befdCopy full SHA for 271befd
AndroidBootstrap/AndroidManifest.xml
@@ -8,19 +8,6 @@
8
android:minSdkVersion="7"
9
android:targetSdkVersion="17" />
10
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
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>
+ <application/>
25
26
</manifest>
0 commit comments