Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfd4b8b2 authored by Andre Eisenbach's avatar Andre Eisenbach
Browse files

resolve merge conflicts of e6c7c8e8 to cw-e-dev

Change-Id: I94683e571a73df721206d7e5fc14cb817ec9620f
parents d46bd915 e6c7c8e8
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -6036,6 +6036,18 @@ public final class Settings {
         */
        public static final String BLUETOOTH_DISABLED_PROFILES = "bluetooth_disabled_profiles";

        /**
         * A semi-colon separated list of Bluetooth interoperability workarounds.
         * Each entry is a partial Bluetooth device address string and an integer representing
         * the feature to be disabled, separated by a comma. The integer must correspond
         * to a interoperability feature as defined in "interop.h" in /system/bt.
         * <p>
         * Example: <br/>
         *   "00:11:22,0;01:02:03:04,2"
         * @hide
         */
       public static final String BLUETOOTH_INTEROPERABILITY_LIST = "bluetooth_interoperability_list";

        /**
         * The policy for deciding when Wi-Fi should go to sleep (which will in
         * turn switch to using the mobile data as an Internet connection).