aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorKhurshid <beenish.khurshid@thisisant.com>2013-07-19 16:16:41 -0600
committerKhurshid <beenish.khurshid@thisisant.com>2013-07-19 16:16:41 -0600
commit9a3be4106f3b5e906ea9fddf9799c5c260ffec45 (patch)
tree14fff7d41bec7d8d4fee92af08282d18a6b39454 /AndroidManifest.xml
parent130d7b7db84b39f65fcdd21a7cc0ec3b8caaf5d5 (diff)
downloadandroid_external_ant-wireless_ant_service-9a3be4106f3b5e906ea9fddf9799c5c260ffec45.tar.gz
android_external_ant-wireless_ant_service-9a3be4106f3b5e906ea9fddf9799c5c260ffec45.tar.bz2
android_external_ant-wireless_ant_service-9a3be4106f3b5e906ea9fddf9799c5c260ffec45.zip
Android_System_ANTHALService_3-1-0
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml13
1 files changed, 2 insertions, 11 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7e0a17e..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.1"
- android:versionCode="030001"
+ android:versionName="3.1.0"
+ android:versionCode="030100"
android:sharedUserId="android.uid.system">
<uses-sdk
@@ -49,15 +49,6 @@ limitations under the License.
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
-
- <receiver android:name="com.dsi.ant.server.StateChangedReceiver"
- android:enabled="true"
- android:exported="false"
- android:label="StateChangedReceiver">
- <intent-filter>
- <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
- </intent-filter>
- </receiver>
</application>