aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/testProjectTest/testlib/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/testProjectTest/testlib/AndroidManifest.xml')
-rw-r--r--testapps/testProjectTest/testlib/AndroidManifest.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/testapps/testProjectTest/testlib/AndroidManifest.xml b/testapps/testProjectTest/testlib/AndroidManifest.xml
index acfe650..93b02e4 100644
--- a/testapps/testProjectTest/testlib/AndroidManifest.xml
+++ b/testapps/testProjectTest/testlib/AndroidManifest.xml
@@ -13,17 +13,6 @@
-->
<application android:label="testProjectTest-testlib">
<uses-library android:name="android.test.runner" />
-
- <activity
- android:name="com.android.tests.testprojecttest.lib.LibActivity"
- 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>
<!--