also update the application ID and package name
[noFUDroid.git] / app / src / main / AndroidManifest.xml
index 71d7152bb485c2769107d67f2a26d21754a2eaee..6dde9e45452dfe1d46673e6d73a08e5907d72cb3 100644 (file)
@@ -1,10 +1,9 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="it.skarafaz.xposed.nwmonblocker">
+    package="de.ralfj.xposed.nofudroid">
 
     <application android:allowBackup="true"
         android:label="@string/app_name"
-        android:icon="@drawable/ic_launcher"
-        android:theme="@style/AppTheme">
+        android:icon="@drawable/ic_launcher">
         <meta-data android:name="xposedmodule" android:value="true"/>
         <meta-data android:name="xposeddescription" android:value="Get rid of &quot;Network may be monitored&quot; alert due to private CA certificates."/>
         <meta-data android:name="xposedminversion" android:value="54"/>