Skip to content

Commit

Permalink
Updated IPC exception (support info)
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jul 1, 2014
1 parent 7c5c670 commit 05ff0f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/biz/bokhorst/xprivacy/XBinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ public class XBinder extends XHook {
// @formatter:off
// Forbidden classes
public static List<String> cBlackClassName = Arrays.asList(new String[] {
"java.lang.reflect.Method"
"com.lge.systemui.Utils",
"com.sec.android.app.FlashBarService", // system
"java.lang.reflect.Method",
});
// @formatter:on

Expand Down Expand Up @@ -242,7 +244,6 @@ public class XBinder extends XHook {
new String[] { // ContentProvider
"com.android.contacts.common.model.AccountTypeManagerImpl",
"com.android.contacts.model.AccountTypeManagerImpl",
// "com.lge.systemui.Utils",
},
new String[] { // LocationManager
"android.location.Geocoder",
Expand All @@ -268,7 +269,6 @@ public class XBinder extends XHook {
"com.android.defcontainer.DefaultContainerService",
"com.android.internal.app.ResolverActivity",
"com.android.internal.telephony.SmsUsageMonitor",
// "com.sec.android.app.FlashBarService", // system
},
new String[] { // TelephonyManager
},
Expand Down Expand Up @@ -303,7 +303,7 @@ public class XBinder extends XHook {
new String[] { // BluetoothManager
},
new String[] { // InputManager
// "android.view.PointerIcon", // Samsung
"android.view.PointerIcon",
},
new String[] { // SensorManager
},
Expand Down

0 comments on commit 05ff0f2

Please sign in to comment.