Remember user choice for phone book access permission dialog
Change the always-allowed checkbox to be don't-ask-again checkbox to remember user's decision so that user will not be bothered agian if he/she checks the don't-ask-again checkbox bug 5099661 Change-Id: If32ab8e93313bbd33ff040553083f0cf9359b69e
This commit is contained in:
@@ -74,7 +74,7 @@ public final class LocalBluetoothManager {
|
||||
mContext = context;
|
||||
mLocalAdapter = adapter;
|
||||
|
||||
mCachedDeviceManager = new CachedBluetoothDeviceManager();
|
||||
mCachedDeviceManager = new CachedBluetoothDeviceManager(context);
|
||||
mEventManager = new BluetoothEventManager(mLocalAdapter,
|
||||
mCachedDeviceManager, context);
|
||||
mProfileManager = new LocalBluetoothProfileManager(context,
|
||||
|
||||
Reference in New Issue
Block a user