diff options
| author | 2019-05-16 12:16:48 -0700 | |
|---|---|---|
| committer | 2019-05-16 14:03:46 -0700 | |
| commit | 41b312003fe7d601adff356800deaf6eb203c3b8 (patch) | |
| tree | 7ea53192cfcd50f3e7db560f8bea0b5d190ace38 | |
| parent | d0b84f57877bd8ac8752be7dd70ede02994db11a (diff) | |
Android Q is API 29
Hence mark the new split permissions as 29 instead of 10000.
Fixes: 132898943
Test: atest SplitPermissionTest
Change-Id: I0aa3e9b4d60cea1a59b891f2fb2d94a734efebf2
| -rw-r--r-- | data/etc/platform.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index c54208b96031..a16d5a72e19d 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -194,14 +194,12 @@ targetSdk="16"> <new-permission name="android.permission.WRITE_CALL_LOG" /> </split-permission> - <!-- STOPSHIP(b/118882117): change targetSdk to Q when SDK version finalised --> <split-permission name="android.permission.ACCESS_FINE_LOCATION" - targetSdk="10000"> + targetSdk="29"> <new-permission name="android.permission.ACCESS_BACKGROUND_LOCATION" /> </split-permission> - <!-- STOPSHIP(b/118882117): change targetSdk to Q when SDK version finalised --> <split-permission name="android.permission.ACCESS_COARSE_LOCATION" - targetSdk="10000"> + targetSdk="29"> <new-permission name="android.permission.ACCESS_BACKGROUND_LOCATION" /> </split-permission> |