Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 437e1dad authored by Ben Lin's avatar Ben Lin Committed by Android (Google) Code Review
Browse files

Merge "Remove @NonNull from ActivityManagerWrapper#startVoiceSessions param." into main

parents 5667a8de 3f7440be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ public class ActivityManagerWrapper {
     * Shows a voice session identified by {@code token}
     * @return true if the session was shown, false otherwise
     */
    public boolean showVoiceSession(@NonNull IBinder token, @NonNull Bundle args, int flags,
    public boolean showVoiceSession(IBinder token, @NonNull Bundle args, int flags,
            @Nullable String attributionTag) {
        IVoiceInteractionManagerService service = IVoiceInteractionManagerService.Stub.asInterface(
                ServiceManager.getService(Context.VOICE_INTERACTION_MANAGER_SERVICE));