Fixes for Android 14 QPR2 B2

Added new method signatures and arguments
This commit is contained in:
Kieron Quinn
2023-12-12 00:39:16 +00:00
committed by John Wu
parent f7e471616d
commit 685a2d2101
4 changed files with 59 additions and 2 deletions
+1
View File
@@ -161,6 +161,7 @@ struct AppSpecializeArgs {
jobjectArray *const whitelisted_data_info_list;
jboolean *const mount_data_dirs;
jboolean *const mount_storage_dirs;
jboolean *const mount_sysprop_overrides;
AppSpecializeArgs() = delete;
};