Class android.app.AppOpsManager
Added Methods | |
---|---|
int checkOp (String, int, String, String )
|
|
int checkOpNoThrow (String, int, String, String )
|
|
int checkOpRawNoThrow (String, int, String, String )
|
|
void setOnOpNotedCallback (Executor, OnOpNotedCallback, int )
|
Changed Methods | ||
---|---|---|
int unsafeCheckOp (String, int, String )
|
Now deprecated. |
|
int unsafeCheckOpNoThrow (String, int, String )
|
Now deprecated. |
|
int unsafeCheckOpRaw (String, int, String )
|
Now deprecated. |
|
int unsafeCheckOpRawNoThrow (String, int, String )
|
Now deprecated. |
|
int checkOp (String, int, String )
|
Change from deprecated to undeprecated. |
|
int checkOpNoThrow (String, int, String )
|
Change from deprecated to undeprecated. |
Added Fields | |
---|---|
int OP_NOTED_CALLBACK_FLAG_IGNORE_ASYNC
|