Java android.support.v4.app AppOpsManagerCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.app AppOpsManagerCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.app AppOpsManagerCompat.

The text is from its open source code.

Field

intMODE_ALLOWED
Result from #noteOp : the given caller is allowed to perform the given operation.

Method

intnoteProxyOp(@NonNull Context context, @NonNull String op, @NonNull String proxiedPackageName)
Make note of an application performing an operation on behalf of another application when handling an IPC.
StringpermissionToOp(@NonNull String permission)
Gets the app op name associated with a given permission.