lineage: Remove lineage telephony service permission
* Used for old MSIM API which is non-functional since a while Change-Id: Ica2b9ae119d5972e425082433df3a7b099ae404a
This commit is contained in:
parent
4b8df75d5e
commit
e6ed50881e
2 changed files with 0 additions and 24 deletions
|
@ -4,7 +4,6 @@ PRODUCT_COPY_FILES += \
|
|||
vendor/lineage/config/permissions/org.lineageos.livedisplay.xml:system/etc/permissions/org.lineageos.livedisplay.xml \
|
||||
vendor/lineage/config/permissions/org.lineageos.performance.xml:system/etc/permissions/org.lineageos.performance.xml \
|
||||
vendor/lineage/config/permissions/org.lineageos.profiles.xml:system/etc/permissions/org.lineageos.profiles.xml \
|
||||
vendor/lineage/config/permissions/org.lineageos.telephony.xml:system/etc/permissions/org.lineageos.telephony.xml \
|
||||
vendor/lineage/config/permissions/org.lineageos.weather.xml:system/etc/permissions/org.lineageos.weather.xml
|
||||
|
||||
# Lineage Platform Library
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2016 The CyanogenMod 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>
|
||||
<!-- The feature listed here coincides with the LineageTelephonyManagerService declared as
|
||||
part of the external lineage service init in SystemServer. If this xml isn't present
|
||||
on the device, the service will not be published as a binder service!
|
||||
-->
|
||||
<feature name="org.lineageos.telephony" />
|
||||
</permissions>
|
Loading…
Reference in a new issue