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

Commit 5863ab13 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: I4acc240d7f19da53789393d3bd2e313b2857fd57
parents 0bc314ad 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) {