mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-01 05:55:26 +00:00
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/system/bin/sh
|
|
|
|
HIDELIST=$MOUNTPOINT/.core/magiskhide/hidelist
|
|
cat $HIDELIST
|