diff options
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1500d8b..2565914 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -15,6 +15,7 @@ <uses-permission android:name="android.permission.CALL_PHONE" /> <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> <uses-permission android:name="android.permission.MASTER_CLEAR" /> + <uses-permission android:name="android.permission.USE_CREDENTIALS" /> <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" /> <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" /> <uses-permission android:name="android.permission.READ_CONTACTS" /> @@ -424,7 +425,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 +434,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" /> |