mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-15 19:50:47 +00:00
Handle magisk.db completely natively
Prevent database corruption due to different Android application sqlite default settings
This commit is contained in:
@@ -75,7 +75,7 @@ static void database_check(struct su_info *info) {
|
||||
|
||||
if (uid > 0)
|
||||
get_uid_policy(db, uid, &info->access);
|
||||
sqlite3_close(db);
|
||||
sqlite3_close_v2(db);
|
||||
}
|
||||
|
||||
// We need to check our manager
|
||||
|
Reference in New Issue
Block a user