Cleanup remaining USER_OWNER in Settings
Bug: 19913735 Change-Id: I6894a7c81ed7504b02d533d9e9f65f800dbca895
This commit is contained in:
@@ -238,7 +238,7 @@ public class NotificationStation extends SettingsPreferenceFragment {
|
||||
if (pkg != null) {
|
||||
try {
|
||||
if (userId == UserHandle.USER_ALL) {
|
||||
userId = UserHandle.USER_OWNER;
|
||||
userId = UserHandle.USER_SYSTEM;
|
||||
}
|
||||
r = mPm.getResourcesForApplicationAsUser(pkg, userId);
|
||||
} catch (PackageManager.NameNotFoundException ex) {
|
||||
|
Reference in New Issue
Block a user