mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-19 19:48:30 +00:00
![topjohnwu](/assets/img/avatar_default.png)
Only try to read preference through content provider when the app is fresh install and a previous package ID is set. Also catch all Exceptions to prevent crashing the app. This prevents malicious settings injection and crashes when multiple manager is installed. Fix #3542