Binder: Sync. AppOps definitions with frameworks/base
The native AppOps binder (include/binder/AppOpsManager.h) must be in synch with the respective Ops definitions in frameworks/base (core/java/android/app/AppOpsManager.java) to contain the same Ops array with the same Op codes. This has been missed: AppOpsManager.h only had the definitions until 'OP_PLAY_AUDIO = 28', whilst base is already at 'OP_NFC_CHANGE = 51'. This change aims at fixing that inconsistency. Change-Id: I58dd17bca74c26c31dbfdf51872a7646fce5a8fe
Loading
Please register or sign in to comment