Loading services/appfunctions/java/com/android/server/appfunctions/AppFunctionManagerServiceImpl.java +0 −6 Original line number Diff line number Diff line Loading @@ -225,12 +225,6 @@ public class AppFunctionManagerServiceImpl extends IAppFunctionManager.Stub { .thenAccept( canExecute -> { if (!canExecute) { safeExecuteAppFunctionCallback.onResult( ExecuteAppFunctionResponse.newFailure( ExecuteAppFunctionResponse.RESULT_DENIED, "Caller does not have permission to execute the" + " appfunction", /* extras= */ null)); throw new SecurityException( "Caller does not have permission to execute the" + " appfunction"); Loading Loading
services/appfunctions/java/com/android/server/appfunctions/AppFunctionManagerServiceImpl.java +0 −6 Original line number Diff line number Diff line Loading @@ -225,12 +225,6 @@ public class AppFunctionManagerServiceImpl extends IAppFunctionManager.Stub { .thenAccept( canExecute -> { if (!canExecute) { safeExecuteAppFunctionCallback.onResult( ExecuteAppFunctionResponse.newFailure( ExecuteAppFunctionResponse.RESULT_DENIED, "Caller does not have permission to execute the" + " appfunction", /* extras= */ null)); throw new SecurityException( "Caller does not have permission to execute the" + " appfunction"); Loading