init
[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         android:theme="@style/AppTheme">
8         <meta-data android:name="xposedmodule" android:value="true"/>
9         <meta-data android:name="xposeddescription" android:value="Get rid of &quot;Network may be monitored&quot; alert due to private CA certificates."/>
10         <meta-data android:name="xposedminversion" android:value="54"/>
11
12     </application>
13
14 </manifest>