diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2020-11-24 00:34:40 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:02 +0200 |
commit | 53b87be04bf9605736c4abdc767160533c24063a (patch) | |
tree | cd7bc363a95982b793bdbd2f10bf16792ac6364b /configs/privapp-permissions-qti.xml | |
parent | 0e1a462ca25ec60de74c6d1c65962c54e89d6cdb (diff) |
sdm660-common: Move telephony related packages to /system_ext
Change-Id: I6819c2af9f0f6e0e3823b853277287fc5aa8d504
Diffstat (limited to 'configs/privapp-permissions-qti.xml')
-rw-r--r-- | configs/privapp-permissions-qti.xml | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/configs/privapp-permissions-qti.xml b/configs/privapp-permissions-qti.xml deleted file mode 100644 index d253be3..0000000 --- a/configs/privapp-permissions-qti.xml +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (c) 2017, The Linux Foundation. All rights reserved. - - ~ Not a Contribution. ---> - -<!-- - ~ Copyright (C) 2016 The Android Open Source 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 - --> - -<!-- -This XML file declares which signature|privileged permissions should be -granted to privileged applications on QTI devices. -It allows additional grants on top of privapp-permissions-platform.xml ---> - -<permissions> - <privapp-permissions package="com.qualcomm.qcrilmsgtunnel"> - <permission name="android.permission.INTERACT_ACROSS_USERS"/> - </privapp-permissions> - - <privapp-permissions package="org.codeaurora.ims"> - <permission name="android.permission.READ_PRECISE_PHONE_STATE"/> - <permission name="android.permission.INTERACT_ACROSS_USERS"/> - <permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/> - </privapp-permissions> - - <privapp-permissions package="com.qualcomm.wfd.service"> - <permission name="android.permission.READ_FRAME_BUFFER"/> - <permission name="android.permission.WRITE_MEDIA_STORAGE"/> - </privapp-permissions> -</permissions> |