Skip to content

Commit e645d10

Browse files
committed
chore: rm unused api
1 parent 1c3cadf commit e645d10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hidden_api/src/main/java/android/app/AppOpsManagerHidden.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ public class AppOpsManagerHidden {
2323

2424
@RequiresApi(Build.VERSION_CODES.UPSIDE_DOWN_CAKE)
2525
public static int OP_FOREGROUND_SERVICE_SPECIAL_USE;
26-
27-
public static String opToPublicName(int op) {
28-
throw new RuntimeException("Stub");
29-
}
3026
}

0 commit comments

Comments
 (0)