blob: a0c4f432fb69f97fcbec92c00e8138a962209616 (
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 VPN, confusing to be here :)"
android:title="All your precious VPNs" />
<header
android:fragment="de.blinkt.openvpn.AboutFragment"
android:summary="About Openvpn for Android"
android:title="About" />
</preference-headers>
|