clean-up
[noFUDroid.git] / app / src / main / AndroidManifest.xml
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2     package="it.skarafaz.xposed.nwmonblocker">
3
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 &quot;Network may be monitored&quot; alert due to private CA certificates."/>
9         <meta-data android:name="xposedminversion" android:value="54"/>
10
11     </application>
12
13 </manifest>