You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
WIP Tile stuff
This commit is contained in:
@@ -33,7 +33,7 @@ public class QuickSettingTileService extends TileService {
|
||||
Icon iconAuto = Icon.createWithResource(getApplicationContext(), R.drawable.ic_autoroot);
|
||||
Tile tile = this.getQsTile();
|
||||
boolean autoRootStatus = Utils.autoRootEnabled(getApplicationContext());
|
||||
boolean rootStatus = Utils.rootStatus();
|
||||
boolean rootStatus = Utils.rootEnabled();
|
||||
Log.d("Magisk", "QST: Auto and root are " + autoRootStatus + " and " + rootStatus);
|
||||
if (autoRootStatus) {
|
||||
tile.setLabel("Auto-root");
|
||||
|
||||
Reference in New Issue
Block a user