History log of /frameworks/support/v4/api23/android/support/v4/app/AppOpsManagerCompat23.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
95ad49b720f4990d39d05f7e46a5c7bc83afc9d6 19-Oct-2015 Chris Banes <chrisbanes@google.com> Fix multi source folder API checking

For libraries which have seperate source folders
per API level, the API generation doesn't currently
work correctly. When generating the stubs, we need to
input all source files, not just the final module.

This has uncovered some file in support-v4 which should
not be public API.

BUG: 20822048

Change-Id: I6216b9688e745db212959a07fcdc21bdd0aa5ab2
/frameworks/support/v4/api23/android/support/v4/app/AppOpsManagerCompat23.java
e899df75f63baf0669f3cbdb193c7475979c8122 30-Jun-2015 Svet Ganov <svetoslavganov@google.com> Update the support lib for final API version.

1. Update the SDK level check to use the official API number.

2. Updated the permission checker to use checkOp which now
allows checking app ops for another UID since noteOp has
side effects and a package cannot use it cross UID without
a signature or system permission.

bug:21596411

Change-Id: I61bc08d943f2779caba62c4686880a8d5c295107
/frameworks/support/v4/api23/android/support/v4/app/AppOpsManagerCompat23.java
e2458f312876e3f9ac64f0155997ab21b2b906f2 14-Jun-2015 Svet Ganov <svetoslavganov@google.com> Add permission checking APIs that look at both permissions and app ops.

bug:21277214

Change-Id: I8fe98863333270666964adb69f92b2d3dcd78ef7
/frameworks/support/v4/api23/android/support/v4/app/AppOpsManagerCompat23.java