mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-22 22:36:35 +00:00
Remove all backwards compatibility nonsense
This also allows full obfuscation
This commit is contained in:
@@ -36,12 +36,11 @@ public class GeneralReceiver extends BroadcastReceiver {
|
||||
case "request":
|
||||
Intent i = new Intent(mm, Data.classMap.get(SuRequestActivity.class))
|
||||
.putExtra("socket", intent.getStringExtra("socket"))
|
||||
.putExtra("version", 2)
|
||||
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
mm.startActivity(i);
|
||||
break;
|
||||
case "log":
|
||||
SuConnector.handleLogs(intent, 2);
|
||||
SuConnector.handleLogs(intent);
|
||||
break;
|
||||
case "notify":
|
||||
SuConnector.handleNotify(intent);
|
||||
|
||||
Reference in New Issue
Block a user