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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user