diff options
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index cd94a70..3ea7f48 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -102,10 +102,6 @@ <item>0</item> <item>0</item> </integer-array> - - <!-- Component name of the default wallpaper. This will be ImageWallpaper if not - specified --> - <string name="default_wallpaper_component">com.android.wallpaper/.nexus.NexusWallpaper</string> <integer name="config_deskDockKeepsScreenOn">0</integer> <integer name="config_carDockKeepsScreenOn">1</integer> @@ -158,6 +154,13 @@ <item>"wl0.1"</item> </string-array> + <!-- List of regexpressions describing the interface (if any) that represent tetherable + bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this + should be empty. --> + <string-array translatable="false" name="config_tether_bluetooth_regexs"> + <item>"bnep\\d"</item> + </string-array> + <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering --> <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH --> |