blob: 7ea95848b6bd0c1e1f240999f22d299e96afc175 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8"?>
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android" >
<header
android:fragment="de.blinkt.openvpn.VPNProfileList"
android:summary="List of all configured VPNs"
android:title="All your precious VPNs" />
<header
android:fragment="de.blinkt.openvpn.AboutFragment"
android:summary="About Openvpn for Android"
android:title="About" />
</preference-headers>
|