diff options
author | Xavier Ducrohet <xav@android.com> | 2012-03-02 13:57:08 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-03-02 14:19:12 -0800 |
commit | 35803ee3b4362248489db1dd1fc6d483f3c3ee65 (patch) | |
tree | bd26c3f561390247b9af0eac7b26ff3c947d5502 /testapps/jarCheckTests1/basicLibWithSupport2/AndroidManifest.xml | |
parent | 81c5fb5448a6342cb3bb29ea501fccf95573288c (diff) | |
download | sdk-35803ee3b4362248489db1dd1fc6d483f3c3ee65.zip sdk-35803ee3b4362248489db1dd1fc6d483f3c3ee65.tar.gz sdk-35803ee3b4362248489db1dd1fc6d483f3c3ee65.tar.bz2 |
More fixes to the test projects.
- add eclipse files for a bunch of them
- package name refactoring to match the folder structure somehow (more
need this)
- updated the javaproject to have an extra java project and to have
code that access java resources to test packaging too.
Change-Id: Ie13842c1b891e495e04d8a157a12cac9db13f30e
Diffstat (limited to 'testapps/jarCheckTests1/basicLibWithSupport2/AndroidManifest.xml')
-rw-r--r-- | testapps/jarCheckTests1/basicLibWithSupport2/AndroidManifest.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testapps/jarCheckTests1/basicLibWithSupport2/AndroidManifest.xml b/testapps/jarCheckTests1/basicLibWithSupport2/AndroidManifest.xml deleted file mode 100644 index 6fa91eb..0000000 --- a/testapps/jarCheckTests1/basicLibWithSupport2/AndroidManifest.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.android.tests.libwithsupport2" - android:versionCode="1" - android:versionName="1.0"> - <application android:label="@string/app_name"> - <activity android:name=".MyActivity" - 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> -</manifest> |