lineage: Remove lineage telephony service permission
* Used for old MSIM API which is non-functional since a while
Change-Id: Ica2b9ae119d5972e425082433df3a7b099ae404a
diff --git a/config/lineage_sdk_common.mk b/config/lineage_sdk_common.mk
index 7c79ba4..6fed34c 100644
--- a/config/lineage_sdk_common.mk
+++ b/config/lineage_sdk_common.mk
@@ -4,7 +4,6 @@
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
diff --git a/config/permissions/org.lineageos.telephony.xml b/config/permissions/org.lineageos.telephony.xml
deleted file mode 100644
index 5a741a1..0000000
--- a/config/permissions/org.lineageos.telephony.xml
+++ /dev/null
@@ -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>