1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="de.ralfj.xposed.nofudroid">
4 <application android:allowBackup="true"
5 android:label="@string/app_name"
6 android:icon="@drawable/ic_launcher">
7 <meta-data android:name="xposedmodule" android:value="true"/>
8 <meta-data android:name="xposeddescription" android:value="Get rid of "Network may be monitored" alert due to private CA certificates."/>
9 <meta-data android:name="xposedminversion" android:value="54"/>