Remove incorrect annotation.
Bug: N/A Test: atest GameManagerTest Change-Id: I6c21f575a0f9356aeba0a4ff605063a41d15c3ea
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