Merge "Remove incorrect annotation." into tm-dev am: 521df7493a
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17191048 Change-Id: Ic04168a21eb0d1753fdd6addb02a7d8327c20442
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user