summaryrefslogtreecommitdiff
path: root/main/src/main/res/xml/app_restrictions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/res/xml/app_restrictions.xml')
-rw-r--r--main/src/main/res/xml/app_restrictions.xml16
1 files changed, 2 insertions, 14 deletions
diff --git a/main/src/main/res/xml/app_restrictions.xml b/main/src/main/res/xml/app_restrictions.xml
index 55bc6888..b3258b50 100644
--- a/main/src/main/res/xml/app_restrictions.xml
+++ b/main/src/main/res/xml/app_restrictions.xml
@@ -75,18 +75,6 @@
<restriction
android:description="@string/apprest_aidl_list"
android:key="allowed_remote_access"
- android:restrictionType="bundle_array"
- android:title="@string/apprest_remoteaidl">
- <restriction
- android:key="allowed_app"
- android:restrictionType="bundle"
- android:title="@string/apprest_allowed_aidl_app">
- <restriction
- android:description="@string/apprest_remoteapi_package"
- android:key="package_name"
- android:restrictionType="string"
- android:title="@string/apprest_remoteapi_package_title" />
- </restriction>
-
- </restriction>
+ android:restrictionType="string"
+ android:title="@string/apprest_remoteaidl" />
</restrictions> \ No newline at end of file