sdm710-common: Clean up fw/b overlay
Change-Id: Ifa2f7a3f914046b19c792cf7fe5491c72cd81a15 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
fb49adb101
commit
aa30d9e507
1 changed files with 1 additions and 23 deletions
|
@ -90,13 +90,6 @@
|
||||||
<!-- The restoring is handled by modem if it is true-->
|
<!-- The restoring is handled by modem if it is true-->
|
||||||
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
|
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
|
||||||
|
|
||||||
<!-- MMS user agent string -->
|
|
||||||
<string name="config_mms_user_agent" translatable="false">Android-Mms/2.0</string>
|
|
||||||
|
|
||||||
<!-- MMS user agent prolfile url -->
|
|
||||||
<string name="config_mms_user_agent_profile_url" translatable="false"
|
|
||||||
>http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
|
||||||
|
|
||||||
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
|
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
|
||||||
<bool name="config_intrusiveNotificationLed">true</bool>
|
<bool name="config_intrusiveNotificationLed">true</bool>
|
||||||
|
|
||||||
|
@ -373,21 +366,6 @@
|
||||||
that can be set by the user. -->
|
that can be set by the user. -->
|
||||||
<integer name="config_screenBrightnessDoze">17</integer>
|
<integer name="config_screenBrightnessDoze">17</integer>
|
||||||
|
|
||||||
<!-- Power Management: Specifies whether to decouple the interactive state of the
|
|
||||||
device from the display on/off state.
|
|
||||||
When false, setInteractive(..., true) will be called before the display is turned on
|
|
||||||
and setInteractive(..., false) will be called after the display is turned off.
|
|
||||||
This mode provides best compatibility for devices that expect the interactive
|
|
||||||
state to be tied to the display state.
|
|
||||||
When true, setInteractive(...) will be called independently of whether the display
|
|
||||||
is being turned on or off. This mode enables the power manager to reduce
|
|
||||||
clocks and disable the touch controller while the display is on.
|
|
||||||
This resource should be set to "true" when a doze component has been specified
|
|
||||||
to maximize power savings but not all devices support it.
|
|
||||||
Refer to power.h for details.
|
|
||||||
-->
|
|
||||||
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
|
|
||||||
|
|
||||||
<!-- Whether to enable network location overlay which allows network
|
<!-- Whether to enable network location overlay which allows network
|
||||||
location provider to be replaced by an app at run-time. When disabled,
|
location provider to be replaced by an app at run-time. When disabled,
|
||||||
only the config_networkLocationProviderPackageName package will be
|
only the config_networkLocationProviderPackageName package will be
|
||||||
|
@ -418,7 +396,7 @@
|
||||||
|
|
||||||
<!-- Component name of the combo network location provider. -->
|
<!-- Component name of the combo network location provider. -->
|
||||||
<string name="config_comboNetworkLocationProvider" translatable="false">com.qualcomm.location</string>
|
<string name="config_comboNetworkLocationProvider" translatable="false">com.qualcomm.location</string>
|
||||||
|
|
||||||
<!-- The bounding path of the cutout region of the main built-in display.
|
<!-- The bounding path of the cutout region of the main built-in display.
|
||||||
Must either be empty if there is no cutout region, or a string that is parsable by
|
Must either be empty if there is no cutout region, or a string that is parsable by
|
||||||
{@link android.util.PathParser}.
|
{@link android.util.PathParser}.
|
||||||
|
|
Loading…
Reference in a new issue