summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/users/RestrictedProfileSettings.java
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2014-06-30 15:31:37 +0530
committerAmith Yamasani <yamasani@google.com>2014-07-01 13:19:35 +0530
commit9e6ac3d25f55303887293e36eb288ef191ffd1bb (patch)
treeaa8ce45b398e75320deba7f634360e044b26059d /src/com/android/settings/users/RestrictedProfileSettings.java
parent5b3c3c00b0a280e29f3767878913f80274bd4993 (diff)
downloadpackages_apps_Settings-9e6ac3d25f55303887293e36eb288ef191ffd1bb.zip
packages_apps_Settings-9e6ac3d25f55303887293e36eb288ef191ffd1bb.tar.gz
packages_apps_Settings-9e6ac3d25f55303887293e36eb288ef191ffd1bb.tar.bz2
Multiuser settings revamp for L, first pass
Include Guest settings Ability to switch users from Settings Manage user settings like telephony access Bug: 15761405 Change-Id: I2cfdc7bc2703ed202aa8bf1261c304c51ce48b29
Diffstat (limited to 'src/com/android/settings/users/RestrictedProfileSettings.java')
-rw-r--r--src/com/android/settings/users/RestrictedProfileSettings.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/users/RestrictedProfileSettings.java b/src/com/android/settings/users/RestrictedProfileSettings.java
index 535e196..41acda4 100644
--- a/src/com/android/settings/users/RestrictedProfileSettings.java
+++ b/src/com/android/settings/users/RestrictedProfileSettings.java
@@ -101,7 +101,7 @@ public class RestrictedProfileSettings extends AppRestrictionsFragment {
mHeaderView.setOnClickListener(this);
mUserIconView = (ImageView) mHeaderView.findViewById(android.R.id.icon);
mUserNameView = (TextView) mHeaderView.findViewById(android.R.id.title);
- getListView().setFastScrollEnabled(true);
+ //getListView().setFastScrollEnabled(true);
}
// This is going to bind the preferences.
super.onActivityCreated(savedInstanceState);