log visibility of views
Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
This commit is contained in:
@@ -19,6 +19,7 @@ package com.android.settings.location;
|
||||
import android.preference.PreferenceScreen;
|
||||
import android.provider.Settings;
|
||||
|
||||
import com.android.internal.logging.MetricsLogger;
|
||||
import com.android.settings.R;
|
||||
|
||||
/**
|
||||
@@ -41,6 +42,11 @@ public class LocationMode extends LocationSettingsBase
|
||||
private static final String KEY_SENSORS_ONLY = "sensors_only";
|
||||
private RadioButtonPreference mSensorsOnly;
|
||||
|
||||
@Override
|
||||
protected int getMetricsCategory() {
|
||||
return MetricsLogger.LOCATION_MODE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
|
||||
Reference in New Issue
Block a user