You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Raised deprecation level on old database
This commit is contained in:
@@ -20,7 +20,10 @@ import java.util.Date;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import kotlin.DeprecationLevel;
|
||||
|
||||
@Deprecated
|
||||
@kotlin.Deprecated(message = "", level = DeprecationLevel.ERROR)
|
||||
public class MagiskDB {
|
||||
|
||||
private static final String POLICY_TABLE = "policies";
|
||||
|
||||
Reference in New Issue
Block a user