Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 83b9553b authored by Xiaozhen Lin's avatar Xiaozhen Lin
Browse files

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
parent 71a57780
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment