also update the application ID and package name
authorRalf Jung <post@ralfj.de>
Mon, 8 Feb 2016 12:55:30 +0000 (13:55 +0100)
committerRalf Jung <post@ralfj.de>
Mon, 8 Feb 2016 12:55:30 +0000 (13:55 +0100)
app/build.gradle
app/src/main/AndroidManifest.xml
app/src/main/res/values/strings.xml

index daffd3330b6dfd98aa4f7d78c136eca8402859bd..3feaa9ee39d198513414234cb4f89cccf1e19f40 100644 (file)
@@ -5,7 +5,7 @@ android {
     buildToolsVersion '23.0.2'
 
     defaultConfig {
-        applicationId "it.skarafaz.xposed.nwmonblocker"
+        applicationId "de.ralfj.xposed.nofudroid"
         minSdkVersion 19
         maxSdkVersion 19
         targetSdkVersion 21
index 6abb8d5ca8d2fddf6520cb465d238e9ab54ab92b..6dde9e45452dfe1d46673e6d73a08e5907d72cb3 100644 (file)
@@ -1,5 +1,5 @@
 <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"
index 20325846fe3d8f5045b899145ab80da12038c36a..64e0a54c5e89f8882ebaca0c4cf10461834457d1 100644 (file)
@@ -1,3 +1,3 @@
 <resources>
-    <string name="app_name">Network Monitored Blocker</string>
+    <string name="app_name">noFUDroid</string>
 </resources>