mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-02 22:45:27 +00:00
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/system/bin/sh
|
||
|
|
||
|
HIDELIST=$MOUNTPOINT/.core/magiskhide/hidelist
|
||
|
cat $HIDELIST
|