Migrate package notification controls to AppOps.
We still show the [X] Show Notifications box in InstalledAppDetails for now, however the information should be mostly in sync with the AppOps screen. ("Mostly" because there's no way to register for changes to AppOp modes at present.) Change-Id: Ia5cdda26c140aed8ee7329caaeedac04b8cbd8f1
This commit is contained in:
@@ -1129,7 +1129,7 @@ public class ManageApplications extends Fragment implements
|
||||
ApplicationInfo app = apps.get(i);
|
||||
try {
|
||||
if (DEBUG) Log.v(TAG, "Enabling notifications: " + app.packageName);
|
||||
nm.setNotificationsEnabledForPackage(app.packageName, true);
|
||||
nm.setNotificationsEnabledForPackage(app.packageName, app.uid, true);
|
||||
} catch (android.os.RemoteException ex) {
|
||||
}
|
||||
if (!app.enabled) {
|
||||
|
Reference in New Issue
Block a user