commit | 30aeb2c48617b675e093e2f53f4c36acbc4f8838 | [log] [tgz] |
---|---|---|
author | roynatech2544 <whiteshell2544@naver.com> | Mon Aug 22 12:16:26 2022 +0200 |
committer | Jackeagle <jackeagle102@gmail.com> | Tue Sep 27 09:48:35 2022 +0200 |
tree | 8582362f273a1e10e4ff02525936ee25a1da34e5 | |
parent | 7157a19355b6edea2c0f4b584b9b604231c4026d [diff] |
base: SystemUI: Remove duplicate permission attr An Android Service can have multiple permissions, but permissions are granted at the application level, not at the Service level. Before this patch, grant permission to your Screenshot service was in the wrong place in the AndroidManifest.xml file. Since SystemUI already has this permission, its fine to remove that line (attr) ref) https://stackoverflow.com/questions/3473911/can-an-android-service-have-multiple-permissions