Skip to content

Commit

Permalink
Fex(Crash): crash
Browse files Browse the repository at this point in the history
  • Loading branch information
cmzy committed Feb 16, 2016
1 parent 037b140 commit 929bb5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ protected boolean beforeInvoke(Object receiver, Method method, Object[] args) th
/* public Intent registerReceiver(IApplicationThread caller, String callerPackage,
IIntentReceiver receiver, IntentFilter filter,
String requiredPermission, int userId) throws RemoteException;*/
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH_MR1) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
if (args != null && args.length > 0) {
for (int index = 0; index < args.length; index++) {
if (args[index] instanceof String) {
Expand Down

0 comments on commit 929bb5d

Please sign in to comment.