aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRohan Martin <rohan.martin@thisisant.com>2012-11-16 21:27:33 -0700
committerRohan Martin <rohan.martin@thisisant.com>2012-11-16 21:27:33 -0700
commitc52e0ae0e48b3c7184519c08c236c14798b6fe26 (patch)
tree87d93a1264035b4a2d1af3c343a0173e37e575d5 /AndroidManifest.xml
parent3d194504fee1bde6dfc780ea279b9f2bc2574e31 (diff)
downloadandroid_external_ant-wireless_ant_service-c52e0ae0e48b3c7184519c08c236c14798b6fe26.tar.gz
android_external_ant-wireless_ant_service-c52e0ae0e48b3c7184519c08c236c14798b6fe26.tar.bz2
android_external_ant-wireless_ant_service-c52e0ae0e48b3c7184519c08c236c14798b6fe26.zip
Pull in Android_System_ANTHALService_2-0-1
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 11ac0e2..c211eff 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,10 +16,15 @@ limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dsi.ant.server"
- android:versionName="1.3.2"
- android:versionCode="010302"
+ android:versionName="2.0.1"
+ android:versionCode="020001"
android:sharedUserId="android.uid.system">
-
+
+ <uses-sdk
+ android:minSdkVersion="7"
+ android:targetSdkVersion="10"
+ />
+
<application android:icon="@drawable/icon"
android:label="@string/app_name"
android:process="system"
@@ -66,7 +71,5 @@ limitations under the License.
android:description="@string/permdesc_antradio"
android:label="@string/permlab_antradio"/>
- <uses-sdk android:minSdkVersion="7" />
-
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
</manifest>