From 1d4320ac1052bce324a5b4f723e1920ce0602fd5 Mon Sep 17 00:00:00 2001 From: Abhilasha Chahal Date: Thu, 20 May 2021 11:44:47 +0000 Subject: [PATCH] Fix typo in PermissionChecker.java Bug: 188525157 Test: atest android.content.PermissionCheckerTest Change-Id: Id3f89189e3b81394db9eddf675726c4aca8c2a9d --- core/java/android/content/PermissionChecker.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/content/PermissionChecker.java b/core/java/android/content/PermissionChecker.java index 66e088359459f..66b74f25bb2a7 100644 --- a/core/java/android/content/PermissionChecker.java +++ b/core/java/android/content/PermissionChecker.java @@ -613,7 +613,7 @@ public final class PermissionChecker { * which will evaluate the permission access based on the current fg/bg state of the * app and leave a record that the data was accessed. * - *

This API assumes the the {@link Binder#getCallingUid()} is the same as + *

This API assumes the {@link Binder#getCallingUid()} is the same as * {@link Process#myUid()}. * * @param context Context for accessing resources. @@ -650,7 +650,7 @@ public final class PermissionChecker { * listener you should use this method which will evaluate the permission access based * on the current fg/bg state of the app and leave a record that the data was accessed. * - *

This API assumes the the {@link Binder#getCallingUid()} is the same as + *

This API assumes the {@link Binder#getCallingUid()} is the same as * {@link Process#myUid()}. * * @param context Context for accessing resources.