Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 718 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 718 Bytes

DeleteProps

简体中文

This is a Magisk module to delete the leaks of IMEI, MEID, UUID and FP.UID in some devices' props.

How to use?

Just install it in Magisk Manager

If you want to delete at an earlier time, you can change "$(getprop sys.boot_completed)" != "1" to others, such as "$(getprop gsm.sim.operator.iso-country)" != "cn".

Are there leaks in my device?

Use terminal application (such as Termux) run getprop | grep imei then check the output.

How it works?

Use resetprop powered by Magisk

Credits