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:
parent
12a86a9216
commit
72240041db
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue