diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-14 18:49:32 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-14 18:49:32 +0100 |
commit | eeeab1f5b6f2314b408fd9d935192a4a095bcaf8 (patch) | |
tree | 9a48d0bc32e7a6d71fd265ce372c21a7c59b0503 /README.md | |
parent | 187f4fdece966798dbd017d64b8f865b34dc28ed (diff) |
Configure for e, on sdk 29
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -105,6 +105,9 @@ PrivacyCentral needs to be installed as system app and whitelisting in order to ```bash adb push privapp-permissions-foundation.e.privacycentralapp.xml /system/etc/permissions/ ``` + +1. Allow the fake location service to run in background. Add <allow-in-power-save package="foundation.e.privacycetrallapp.e" /> in the file /system/etc/permissions/platform.xml . + 1. Reboot the device ```shell adb reboot |