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.xml51
1 files changed, 31 insertions, 20 deletions
diff --git a/main/src/main/res/xml/app_restrictions.xml b/main/src/main/res/xml/app_restrictions.xml
index 813e9bd3..b3258b50 100644
--- a/main/src/main/res/xml/app_restrictions.xml
+++ b/main/src/main/res/xml/app_restrictions.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
+<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2012-2018 Arne Schwabe
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
@@ -7,43 +6,47 @@
<restrictions xmlns:android="http://schemas.android.com/apk/res/android">
<restriction
+ android:defaultValue="1"
android:key="version"
- android:title="@string/apprest_ver"
android:restrictionType="string"
- android:defaultValue="1"
- />
+ android:title="@string/apprest_ver" />
<restriction
android:key="vpn_configuration_list"
- android:title="@string/apprest_vpnlist"
- android:restrictionType="bundle_array">
+ android:restrictionType="bundle_array"
+ android:title="@string/apprest_vpnlist">
<restriction
- android:title="@string/apprest_vpnconf"
android:key="vpn_configuration"
- android:restrictionType="bundle">
+ android:restrictionType="bundle"
+ android:title="@string/apprest_vpnconf">
<restriction
+ android:description="@string/apprest_uuid_desc"
android:key="uuid"
android:restrictionType="string"
- android:description="@string/apprest_uuid_desc"
- android:title="@string/apprest_uuid"
- />
+ android:title="@string/apprest_uuid" />
<restriction
+ android:description="@string/apprest_name_desc"
android:key="name"
android:restrictionType="string"
android:title="@string/apprest_name"
- android:description="@string/apprest_name_desc"
- />
+ />
<restriction
- android:key="ovpn"
- android:title="@string/apprest_ovpn"
android:description="@string/apprest_ovpn_desc"
- android:restrictionType="string"/>
+ android:key="ovpn"
+ android:restrictionType="string"
+ android:title="@string/apprest_ovpn" />
+ <restriction
+ android:defaultValue=""
+ android:description="@string/apprest_certalias_desc"
+ android:key="certificate_alias"
+ android:restrictionType="string"
+ android:title="@string/apprest_certalias" />
<!--
<restriction
android:key="ovpn_list"
@@ -61,9 +64,17 @@
</restriction>
<restriction
+ android:defaultValue=""
android:key="defaultprofile"
- android:title="@string/apprest_defprof"
android:restrictionType="string"
- android:defaultValue=""
- />
+ android:title="@string/apprest_defprof" />
+ <restriction
+ android:key="screenoffpausevpn"
+ android:restrictionType="bool"
+ android:title="@string/restriction_pausevpn" />
+ <restriction
+ android:description="@string/apprest_aidl_list"
+ android:key="allowed_remote_access"
+ android:restrictionType="string"
+ android:title="@string/apprest_remoteaidl" />
</restrictions> \ No newline at end of file