aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-08-27 01:57:50 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-08-27 01:57:50 -0700
commitd1cd68eca1bbcfe523b365edc9808fe79cc20c90 (patch)
tree6946720660c4772a5592eabf46bc672ce1138ad3 /AndroidManifest.xml
parent5c9ec1753dfcb83b98c26354d92d05f4be4fd808 (diff)
parent83cab5026087debc28bbe8b187655626c55e9103 (diff)
downloadandroid_external_ant-wireless_ant_service-cm-13.0.tar.gz
android_external_ant-wireless_ant_service-cm-13.0.tar.bz2
android_external_ant-wireless_ant_service-cm-13.0.zip
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"