diff options
author | Jaikumar Ganesh <jaikumar@google.com> | 2009-07-16 18:41:58 -0700 |
---|---|---|
committer | Jaikumar Ganesh <jaikumar@google.com> | 2009-07-20 10:38:02 -0700 |
commit | 3a76bcaa83c15f96832f934e67e6f0190e72a3dc (patch) | |
tree | 00b74818ddefba839a4a1f37cc3f8fbc208b026b /AndroidManifest.xml | |
parent | c33a279239bdc0a6cc413c49777530103bbd8d09 (diff) | |
download | packages_apps_Settings-3a76bcaa83c15f96832f934e67e6f0190e72a3dc.zip packages_apps_Settings-3a76bcaa83c15f96832f934e67e6f0190e72a3dc.tar.gz packages_apps_Settings-3a76bcaa83c15f96832f934e67e6f0190e72a3dc.tar.bz2 |
Initial 2.1 bluetooth support.
Need to work with Strings and UI person to fix and later test everything.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1500d8b..d5eec4a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -424,7 +424,7 @@ <activity android:name=".bluetooth.ConnectSpecificProfilesActivity" android:label="@string/bluetooth_connect_specific_profiles_title" /> - <activity android:name=".bluetooth.BluetoothPinDialog" + <activity android:name=".bluetooth.BluetoothPairingDialog" android:label="@string/bluetooth_pin_entry" android:theme="@*android:style/Theme.Dialog.Alert"> <intent-filter> @@ -433,7 +433,7 @@ </intent-filter> </activity> - <receiver android:name=".bluetooth.BluetoothPinRequest"> + <receiver android:name=".bluetooth.BluetoothPairingRequest"> <intent-filter> <action android:name="android.bluetooth.intent.action.PAIRING_REQUEST" /> <action android:name="android.bluetooth.intent.action.PAIRING_CANCEL" /> |