mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-03 16:39:26 +02:00
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/system/bin/sh
|
|
|
|
HIDELIST=$MOUNTPOINT/.core/magiskhide/hidelist
|
|
cat $HIDELIST
|