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:
Lorenzo Lucena Maguire
2024-11-29 19:43:27 +00:00
parent 75536b091f
commit 406a01dfab
3 changed files with 15 additions and 8 deletions

View File

@@ -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);
}