1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-30 19:31:26 +00:00

Allow Xposed for GitHub installs

This commit is contained in:
M66B 2018-01-10 06:44:53 +01:00
parent 12a86a9216
commit 72240041db

View file

@ -130,7 +130,7 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences
}
// Check for Xposed
if (Util.hasXposed(this)) {
if (Util.isPlayStoreInstall(this) && Util.hasXposed(this)) {
Log.i(TAG, "Xposed running");
super.onCreate(savedInstanceState);
setContentView(R.layout.xposed);