Skip to content

Commit

Permalink
Grant permission rules moved!
Browse files Browse the repository at this point in the history
  • Loading branch information
irinil committed Aug 26, 2020
1 parent 64302f3 commit c332a77
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -316,12 +316,12 @@ public IBinder onBind(Intent intent) {
public void onCreate() {
super.onCreate();
context = new WeakReference<>(getApplicationContext());
executeRoot();
loadConnectionInfoEditor();
loadProtocols();
mProtocolActiveAttacks = new HashMap<>();
createNotification();
registerNetReceiver();
executeRoot();
loadConnectionInfo();
}

Expand Down

0 comments on commit c332a77

Please sign in to comment.