Use correct constants for Global Actions Panel settings.

Test: Automated tests pass. Manual testing allows enabling/disabling of secure setting via Settings preference.

Fixes: 132182180
Fixes: 132184167
Change-Id: I62caccfe64e073c95b0c0f8a42e5728cf7f3c1ca
This commit is contained in:
Aran Ink
2019-05-07 16:36:56 -04:00
parent 2659c0f61b
commit b8e81544ef
2 changed files with 4 additions and 6 deletions

View File

@@ -33,10 +33,9 @@ public class GlobalActionsPanelSettings extends DashboardFragment {
private static final String TAG = "GlobalActionsPanelSettings";
// TODO (132184167): Use correct settings constant
@Override
public int getMetricsCategory() {
return SettingsEnums.SETTINGS_GESTURES;
return SettingsEnums.GLOBAL_ACTIONS_PANEL_SETTINGS;
}
@Override