READ_DROPBOX_DATA permission
Starting from Android V, READ_DROPBOX_DATA permission will guard the data in Dropbox instead of READ_LOGS permission. In DropBoxManagerService.java, TargetSdkVersion gating is used to differentiate between permission checking requirements for Android V and after and Android U and before. Android U and before can continue using the READ_LOGS permission, while Android V and after require the READ_DROPBOX_DATA permission. Test: atest DropBoxTests Bug: 296060945 Change-Id: Id5976c0778805ed1b50e0c33101d0ac869b92126
Loading
Please register or sign in to comment