overlay: remove/disable non-existing overlays
Change-Id: I2ff9d74f65188d44cb661782b841866f9537388a
This commit is contained in:
parent
4ccae23384
commit
973931f953
@ -30,12 +30,6 @@
|
|||||||
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
|
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
|
||||||
<bool name="config_unplugTurnsOnScreen">true</bool>
|
<bool name="config_unplugTurnsOnScreen">true</bool>
|
||||||
|
|
||||||
<!-- Package name providing network location support. -->
|
|
||||||
<string name="config_networkLocationProviderPackageName" translatable="false">com.google.android.location</string>
|
|
||||||
|
|
||||||
<!-- Package name providing geocoder API support. -->
|
|
||||||
<string name="config_geocodeProviderPackageName" translatable="false">com.google.android.location</string>
|
|
||||||
|
|
||||||
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
||||||
autodetected from the Configuration. -->
|
autodetected from the Configuration. -->
|
||||||
<bool name="config_showNavigationBar">false</bool>
|
<bool name="config_showNavigationBar">false</bool>
|
||||||
@ -167,5 +161,5 @@
|
|||||||
<bool name="config_forceDisableHardwareKeyboard">true</bool>
|
<bool name="config_forceDisableHardwareKeyboard">true</bool>
|
||||||
|
|
||||||
<!-- Boolean to enable stk functionality on Samsung phones -->
|
<!-- Boolean to enable stk functionality on Samsung phones -->
|
||||||
<bool name="config_samsung_stk">true</bool>
|
<!-- <bool name="config_samsung_stk">true</bool> -->
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user