From acadbebb20d6d63d5a6435666da247278f50ac49 Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Thu, 21 Jul 2022 13:03:55 +0530 Subject: [PATCH] Fix Typos Bug: 238632408 Test: NA Change-Id: I20085577ef1aa451d9085f9ad1a62afdf1124dc1 --- .../core/java/android/content/pm/PackageManagerInternal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/android/content/pm/PackageManagerInternal.java b/services/core/java/android/content/pm/PackageManagerInternal.java index 97582044fa0b1..dac23a775d562 100644 --- a/services/core/java/android/content/pm/PackageManagerInternal.java +++ b/services/core/java/android/content/pm/PackageManagerInternal.java @@ -819,7 +819,7 @@ public abstract class PackageManagerInternal { @NonNull String packageName); /** - * Returns {@code true} if the the signing information for {@code clientUid} is sufficient + * Returns {@code true} if the signing information for {@code clientUid} is sufficient * to gain access gated by {@code capability}. This can happen if the two UIDs have the * same signing information, if the signing information {@code clientUid} indicates that * it has the signing certificate for {@code serverUid} in its signing history (if it was