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