Check for Xposed

This commit is contained in:
M66B 2017-11-04 09:52:16 +01:00
parent cacd3307cc
commit 334208b0f0
3 changed files with 69 additions and 0 deletions

View File

@ -127,6 +127,14 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences
return;
}
try {
getPackageManager().getApplicationInfo("de.robv.android.xposed.installer", 0);
super.onCreate(savedInstanceState);
setContentView(R.layout.xposed);
return;
} catch (PackageManager.NameNotFoundException ignored) {
}
Util.setTheme(this);
super.onCreate(savedInstanceState);
setContentView(R.layout.main);

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="16dp"
tools:context=".ActivityMain">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:src="@drawable/ic_security_color_24dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="8dp"
android:layout_marginStart="8dp"
android:text="@string/app_name"
android:textAppearance="@style/TextLarge"
android:textStyle="bold" />
</LinearLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/app_copyright"
android:textAppearance="@style/TextSmall" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="@string/app_xposed"
android:textAppearance="@style/TextMedium"
android:textColor="?attr/colorAccent"
android:textStyle="bold" />
</LinearLayout>
</ScrollView>
</LinearLayout>

View File

@ -3,6 +3,7 @@
<string name="app_description">NetGuard provides simple and advanced ways to block access to the internet - no root required. Apps and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection.</string>
<string name="app_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard requires Android 5.0 or later</string>
<string name="app_xposed">Xposed causes too many crashes, which might result in NetGuard being removed from the Google Play Store, therefore NetGuard isn\'t supported while Xposed is installed</string>
<string name="app_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>
<string name="app_privacy"><a href="https://www.netguard.me/privacy/">Privacy policy</a></string>
<string name="app_first">Great care has been taken to develop and test NetGuard,