diff options
| author | Lambada10 <62511588+Lambada10@users.noreply.github.com> | 2022-01-25 10:58:19 +0100 |
|---|---|---|
| committer | nebrassy <nebras30@gmail.com> | 2022-06-12 16:31:02 +0200 |
| commit | 8a7ffda1a468ccdfc085b3a713261800b76d57bb (patch) | |
| tree | 26cb170d8aea7277cee01c7152e1ad5c1ae0dde7 | |
| parent | a16a18ff9e3e2cf172fec0db1c26969cdcdb5b4e (diff) | |
vayu: parts: Add permissions for deviceparts
Change-Id: Ie2eab59b677d95be3acd6cbe9646952012fef8fd
| -rw-r--r-- | parts/privapp-permissions-parts.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/parts/privapp-permissions-parts.xml b/parts/privapp-permissions-parts.xml new file mode 100644 index 0000000..70e3465 --- /dev/null +++ b/parts/privapp-permissions-parts.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2017-2019 The LineageOS Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<permissions> + <privapp-permissions package="org.lineageos.settings"> + <permission name="android.permission.WRITE_SECURE_SETTINGS"/> + <permission name="android.permission.INTERACT_ACROSS_USERS"/> + </privapp-permissions> +</permissions> |
