Loading core/java/android/app/InstantAppResolverService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -240,7 +240,7 @@ public abstract class InstantAppResolverService extends Service { args.arg4 = token; args.arg4 = token; args.arg5 = sanitizedIntent; args.arg5 = sanitizedIntent; mHandler.obtainMessage(ServiceHandler.MSG_GET_INSTANT_APP_INTENT_FILTER, mHandler.obtainMessage(ServiceHandler.MSG_GET_INSTANT_APP_INTENT_FILTER, callback).sendToTarget(); args).sendToTarget(); } } }; }; } } Loading Loading
core/java/android/app/InstantAppResolverService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -240,7 +240,7 @@ public abstract class InstantAppResolverService extends Service { args.arg4 = token; args.arg4 = token; args.arg5 = sanitizedIntent; args.arg5 = sanitizedIntent; mHandler.obtainMessage(ServiceHandler.MSG_GET_INSTANT_APP_INTENT_FILTER, mHandler.obtainMessage(ServiceHandler.MSG_GET_INSTANT_APP_INTENT_FILTER, callback).sendToTarget(); args).sendToTarget(); } } }; }; } } Loading