Skip to content

Commit

Permalink
Updated IPC exceptions (support info)
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jul 1, 2014
1 parent 9f813f0 commit 835c7f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/biz/bokhorst/xprivacy/XBinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public class XBinder extends XHook {
"com.android.keyguard.KeyguardUpdateMonitor", // system
"com.android.systemui.recent.RecentsPanelView", // system
"com.android.systemui.statusbar.BaseStatusBar", // system
"com.android.systemui.statusbar.policy.DateView", // system
"com.android.systemui.statusbar.phone.NavigationBarView", // system
"com.android.systemui.statusbar.phone.QuickSettings", // system
"com.android.systemui.quicksettings.UserTile", // system
Expand All @@ -236,7 +237,7 @@ public class XBinder extends XHook {
new String[] { // ContentProvider
"com.android.contacts.common.model.AccountTypeManagerImpl",
"com.android.contacts.model.AccountTypeManagerImpl",
"com.lge.systemui.Utils",
// "com.lge.systemui.Utils",
},
new String[] { // LocationManager
"android.location.Geocoder",
Expand Down

0 comments on commit 835c7f4

Please sign in to comment.