Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Updated state for applications with a shared user ID
Browse files Browse the repository at this point in the history
Fixes #1498
  • Loading branch information
M66B committed Mar 4, 2014
1 parent 1520884 commit 17dd844
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/biz/bokhorst/xprivacy/PackageChange.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ public void onReceive(final Context context, Intent intent) {
if (!appInfo.isSystem())
PrivacyManager.applyTemplate(uid, null, true);
}

// Mark as new/changed
PrivacyManager.setSetting(uid, PrivacyManager.cSettingState,
Integer.toString(ActivityMain.STATE_ATTENTION));

}

// Mark as new/changed
PrivacyManager.setSetting(uid, PrivacyManager.cSettingState,
Integer.toString(ActivityMain.STATE_ATTENTION));

// New/update notification
boolean notify = PrivacyManager.getSettingBool(uid, PrivacyManager.cSettingNotify, true, false);
if (!replacing || notify) {
Expand Down

0 comments on commit 17dd844

Please sign in to comment.