OSDN Git Service

Removing old resources
authorWinson Chung <winsonc@google.com>
Sat, 9 Mar 2019 00:31:06 +0000 (16:31 -0800)
committerWinson Chung <winsonc@google.com>
Sun, 24 Mar 2019 05:28:23 +0000 (22:28 -0700)
Bug: 127366543
Test: Manual
Change-Id: I4d8622b39511291c7e3b9d54978bb8d137272901

core/res/res/values/config.xml
core/res/res/values/symbols.xml

index 14202f2..7dc0587 100644 (file)
     <!-- 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>
-
     <!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
     <bool name="config_swipe_up_gesture_setting_available">false</bool>
 
index 012f736..eb98bb8 100644 (file)
   <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" />
   <java-symbol type="bool" name="config_swipe_up_gesture_setting_available" />
 
   <!-- From media projection -->