Merge "Adds overlay field for Swipe Up gesture's default opt-in value" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cac60f9290
@@ -665,7 +665,7 @@
|
||||
|
||||
<!-- Wifi driver supports IEEE80211AC for softap -->
|
||||
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">false</bool>
|
||||
|
||||
|
||||
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
|
||||
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
|
||||
<bool name="config_automatic_brightness_available">false</bool>
|
||||
@@ -3423,4 +3423,8 @@
|
||||
|
||||
<!-- Package name for ManagedProvisioning which is responsible for provisioning work profiles. -->
|
||||
<string name="config_managed_provisioning_package" translatable="false">com.android.managedprovisioning</string>
|
||||
|
||||
<!-- Whether or not swipe up gesture is enabled by default -->
|
||||
<bool name="config_swipe_up_gesture_default">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -3301,6 +3301,8 @@
|
||||
<java-symbol type="string" name="shortcut_restore_signature_mismatch" />
|
||||
<java-symbol type="string" name="shortcut_restore_unknown_issue" />
|
||||
|
||||
<java-symbol type="bool" name="config_swipe_up_gesture_default" />
|
||||
|
||||
<!-- From media projection -->
|
||||
<java-symbol type="string" name="config_mediaProjectionPermissionDialogComponent" />
|
||||
<java-symbol type="string" name="config_batterySaverDeviceSpecificConfig" />
|
||||
|
||||
Reference in New Issue
Block a user