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

Commit 719c227c authored by Ahmad Melegy's avatar Ahmad Melegy Committed by android-build-merger
Browse files

Merge "Fix typo" am: 913f396c am: 8c7c6e39

am: 9296c2c8

Change-Id: Idb98baf68132e27718c69d4b9a6bc22e8db77a0e
parents adc0aeca 9296c2c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4379,7 +4379,7 @@ public class Activity extends ContextThemeWrapper
            throw new IllegalArgumentException("requestCode should be >= 0");
        }
        if (mHasCurrentPermissionsRequest) {
            Log.w(TAG, "Can reqeust only one set of permissions at a time");
            Log.w(TAG, "Can request only one set of permissions at a time");
            // Dispatch the callback with empty arrays which means a cancellation.
            onRequestPermissionsResult(requestCode, new String[0], new int[0]);
            return;