mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-15 18:10:23 +00:00
Revert "Drop API 17 (Android 4.2) support"
Turns out that we cannot use AndroidKeystore anyways, so we don't actually need to drop API 17. Revert this change.
This commit is contained in:
@@ -26,7 +26,7 @@ static int (*applet_main[]) (int, char *[]) =
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
umask(0);
|
||||
selinux_builtin_impl();
|
||||
dload_selinux();
|
||||
cmdline_logging();
|
||||
init_argv0(argc, argv);
|
||||
|
||||
|
Reference in New Issue
Block a user