aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml18
1 files changed, 3 insertions, 15 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dd9cfc2..ebd1541 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,8 +16,8 @@ limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dsi.ant.server"
- android:versionName="3.1.1"
- android:versionCode="030101"
+ android:versionName="4.0.0"
+ android:versionCode="030200"
android:sharedUserId="android.uid.system">
<uses-sdk
@@ -25,7 +25,7 @@ limitations under the License.
android:targetSdkVersion="10"
/>
- <application android:icon="@drawable/icon"
+ <application android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:process="system"
android:permission="com.dsi.ant.permission.ANTRADIO" >
@@ -53,18 +53,6 @@ limitations under the License.
</application>
<!-- These permissions should be defined in the system -->
- <permission android:name="com.dsi.ant.permission.ANT"
- android:protectionLevel="dangerous"
- android:permissionGroup="android.permission-group.NETWORK"
- android:description="@string/permdesc_ant"
- android:label="@string/permlab_ant"/>
-
- <permission android:name="com.dsi.ant.permission.ANT_ADMIN"
- android:protectionLevel="dangerous"
- android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
- android:description="@string/permdesc_antAdmin"
- android:label="@string/permlab_antAdmin"/>
-
<permission android:name="com.dsi.ant.permission.ANTRADIO"
android:protectionLevel="dangerous"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"