summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/profiles/ProfileGroupConfig.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/settings/profiles/ProfileGroupConfig.java')
-rw-r--r--src/com/android/settings/profiles/ProfileGroupConfig.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/android/settings/profiles/ProfileGroupConfig.java b/src/com/android/settings/profiles/ProfileGroupConfig.java
index 8edd3d6..9219967 100644
--- a/src/com/android/settings/profiles/ProfileGroupConfig.java
+++ b/src/com/android/settings/profiles/ProfileGroupConfig.java
@@ -53,6 +53,11 @@ public class ProfileGroupConfig extends SettingsPreferenceFragment implements
ProfileGroup mProfileGroup;
+ @Override
+ protected int getMetricsCategory() {
+ return 0;
+ }
+
private ListPreference mSoundMode;
private ListPreference mRingerMode;