aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9336b82..28b95be 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.0.0"
- android:versionCode="030000"
+ android:versionName="3.1.0"
+ android:versionCode="030100"
android:sharedUserId="android.uid.system">
<uses-sdk
@@ -49,7 +49,7 @@ limitations under the License.
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
-
+
</application>
<!-- These permissions should be defined in the system -->
@@ -71,5 +71,7 @@ limitations under the License.
android:description="@string/permdesc_antradio"
android:label="@string/permlab_antradio"/>
+ <uses-permission android:name="android.permission.BLUETOOTH" />
+ <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
</manifest>