aboutsummaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rw-r--r--libraries/AndroidBootstrap/AndroidManifest.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/libraries/AndroidBootstrap/AndroidManifest.xml b/libraries/AndroidBootstrap/AndroidManifest.xml
index ccec90d99..ee1013229 100644
--- a/libraries/AndroidBootstrap/AndroidManifest.xml
+++ b/libraries/AndroidBootstrap/AndroidManifest.xml
@@ -8,19 +8,6 @@
android:minSdkVersion="7"
android:targetSdkVersion="17" />
- <application
- android:allowBackup="true"
- android:icon="@drawable/ic_launcher"
- android:label="@string/app_name" >
- <activity
- android:name="com.beardedhen.androidbootstrap.MainActivity"
- android:label="@string/app_name" >
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
-
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- </application>
+ <application/>
</manifest>