Merge \\"Disallow user to block notification from OobConfig\\" into nyc-mr1-dev am: 080f794b6e

am: 67cf3e6a88

Change-Id: I635850140226144c67737689e8312aa935d2d589
This commit is contained in:
Esteban Talavera
2016-07-15 17:55:57 +00:00
committed by android-build-merger
2 changed files with 3 additions and 13 deletions

View File

@@ -59,7 +59,7 @@ public class NotificationBackend {
public AppRow loadAppRow(Context context, PackageManager pm, PackageInfo app) {
final AppRow row = loadAppRow(context, pm, app.applicationInfo);
row.systemApp = Utils.isSystemPackage(pm, app);
row.systemApp = Utils.isSystemPackage(context.getResources(), pm, app);
return row;
}