Add properties hiding
- [ ] #30
- [x] #25
- [x] #27
- [x] #28
- [x] #31
Excited to see this update!
#30
some roms have implemented dev option,adb hiding in system, can you take a look https://github.com/AlphaDroid-Project/frameworks_base/commit/c8a1b9934de54ebde181ef271d56bdc780ab5978 https://github.com/AlphaDroid-Project/packages_apps_AlphaSettings/pull/12 https://github.com/Havoc-OS/android_frameworks_base/commit/f74178bb1a39518524f2ee3a0e4e90f744fbaab5 https://github.com/Havoc-OS/android_frameworks_base/commit/7a4ebd4fde090192110007b428b5c9b790f22308
some roms have implemented adb hiding system wide, can you take a look AlphaDroid-Project/frameworks_base@c8a1b99 AlphaDroid-Project/packages_apps_AlphaSettings#12 Havoc-OS/android_frameworks_base@5859a5e
OK. I will try it.
https://github.com/xfqwdsj/IAmNotADeveloper/issues/4#issuecomment-1940659586
After some research I found that properties hook cannot be implemented within the system framework.
Properties hiding has been implemented in the existing version and works by injecting directly into the target application.