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

Commit e51454b7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove an incorrect @UserIdInt from InputMethodUtils"

parents 3c30656e 361ed635
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ final class InputMethodUtils {
     * @return {@code true} if the package name belongs to the UID.
     */
    static boolean checkIfPackageBelongsToUid(AppOpsManager appOpsManager,
            @UserIdInt int uid, String packageName) {
            int uid, String packageName) {
        try {
            appOpsManager.checkPackage(uid, packageName);
            return true;