summaryrefslogtreecommitdiffstats
path: root/AndroidManifest_test.xml
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2009-09-11 11:46:59 -0700
committerNick Pelly <npelly@google.com>2009-09-11 11:46:59 -0700
commitbd540686f027d3d590c08821d7192366362b8dd2 (patch)
tree9179c7300abac8bfc452cefd338792eccbf88334 /AndroidManifest_test.xml
parentf2c447b81c6c03cb1c8a3e64a10381e23934834a (diff)
downloadandroid_packages_apps_Bluetooth-bd540686f027d3d590c08821d7192366362b8dd2.tar.gz
android_packages_apps_Bluetooth-bd540686f027d3d590c08821d7192366362b8dd2.tar.bz2
android_packages_apps_Bluetooth-bd540686f027d3d590c08821d7192366362b8dd2.zip
Update AndroidManifest.xml for Bluetooth API changes.
There was a regression with the Bluetooth API changes because I forgot to update the manifests. Bluetooth.apk would have missed the BT on/off intents. Change-Id: Ida94411d73826d6ff6a95c3370d8d2d49a8ab20e
Diffstat (limited to 'AndroidManifest_test.xml')
-rw-r--r--AndroidManifest_test.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest_test.xml b/AndroidManifest_test.xml
index 66b14ed6b..b6d656807 100644
--- a/AndroidManifest_test.xml
+++ b/AndroidManifest_test.xml
@@ -35,7 +35,7 @@
android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
<receiver android:name=".opp.BluetoothOppReceiver">
<intent-filter>
- <action android:name="android.bluetooth.intent.action.BLUETOOTH_STATE_CHANGED" />
+ <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
@@ -90,7 +90,7 @@
</service>
<receiver android:name=".pbap.BluetoothPbapReceiver">
<intent-filter>
- <action android:name="android.bluetooth.intent.action.BLUETOOTH_STATE_CHANGED"/>
+ <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
</intent-filter>
</receiver>
</application>