blob: 2eaa7bc58102fe7ae4b03d304c8f91b5b8f531e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!--
~ Copyright © 2017-2023 WireGuard LLC. All Rights Reserved.
~ SPDX-License-Identifier: Apache-2.0
-->
<restrictions xmlns:android="http://schemas.android.com/apk/res/android">
<restriction
android:defaultValue="false"
android:description="@string/disable_config_export_description"
android:key="disable_config_export"
android:restrictionType="bool"
android:title="@string/disable_config_export_title" />
</restrictions>
|