Rename Double Tap Power To Open Camera Gesture Xml
Rename double_tap_power_settings.xml to double_tap_power_to_open_camera_settings.xml Android Settings Feature Request: b/380287172 Bug: 381554683 Test: atest DoubleTapPowerSettingsTest Flag: android.service.quickaccesswallet.launch_wallet_option_on_power_double_tap Change-Id: I6ff3c0384602a5f0eeeafcc560e7854af8480f99
This commit is contained in:
@@ -56,9 +56,9 @@ public class DoubleTapPowerSettings extends DashboardFragment {
|
||||
|
||||
@Override
|
||||
protected int getPreferenceScreenResId() {
|
||||
return R.xml.double_tap_power_settings;
|
||||
return R.xml.double_tap_power_to_open_camera_settings;
|
||||
}
|
||||
|
||||
public static final BaseSearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
|
||||
new BaseSearchIndexProvider(R.xml.double_tap_power_settings);
|
||||
new BaseSearchIndexProvider(R.xml.double_tap_power_to_open_camera_settings);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user