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

Commit 7914943a authored by Peiyong Lin's avatar Peiyong Lin Committed by Automerger Merge Worker
Browse files

Merge "Remove incorrect annotation." into tm-dev am: 521df749

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17191048

Change-Id: Ic04168a21eb0d1753fdd6addb02a7d8327c20442
parents 4e50cfdb 521df749
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ public final class GameManager {
     */
    @TestApi
    @RequiresPermission(Manifest.permission.MANAGE_GAME_MODE)
    public @GameMode boolean isAngleEnabled(@NonNull String packageName) {
    public boolean isAngleEnabled(@NonNull String packageName) {
        try {
            return mService.isAngleEnabled(packageName, mContext.getUserId());
        } catch (RemoteException e) {