log visibility of views
Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
This commit is contained in:
@@ -28,9 +28,11 @@ import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
import com.android.internal.logging.MetricsLogger;
|
||||
import com.android.settings.InstrumentedFragment;
|
||||
import com.android.settings.R;
|
||||
|
||||
public class AppOpsSummary extends Fragment {
|
||||
public class AppOpsSummary extends InstrumentedFragment {
|
||||
// layout inflater object used to inflate views
|
||||
private LayoutInflater mInflater;
|
||||
|
||||
@@ -49,6 +51,11 @@ public class AppOpsSummary extends Fragment {
|
||||
|
||||
int mCurPos;
|
||||
|
||||
@Override
|
||||
protected int getMetricsCategory() {
|
||||
return MetricsLogger.APP_OPS_SUMMARY;
|
||||
}
|
||||
|
||||
class MyPagerAdapter extends FragmentPagerAdapter implements ViewPager.OnPageChangeListener {
|
||||
|
||||
public MyPagerAdapter(FragmentManager fm) {
|
||||
|
Reference in New Issue
Block a user