Tencent / MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Other
17.26k stars 1.89k forks source link

Get current process name for AppStore review #1352

Closed fine1021 closed 2 months ago

fine1021 commented 2 months ago

ActivityManager.getRunningAppProcesses() 容易被应用商店合规判定为 非法获取其他进程信息,Android 9 以上Google已经提供了公开API来获取当前的进程名,不涉及任何违规问题,希望能合并下代码或者调整下mmkv中关于进程名获取的方式