diff options
Diffstat (limited to 'recovery.cpp')
-rw-r--r-- | recovery.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recovery.cpp b/recovery.cpp index a01ca8c11..4da176a53 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -62,6 +62,7 @@ TWPartitionManager PartitionManager; struct selabel_handle *sehandle; + static const struct option OPTIONS[] = { { "send_intent", required_argument, NULL, 's' }, { "update_package", required_argument, NULL, 'u' }, @@ -963,6 +964,7 @@ main(int argc, char **argv) { LOGE("Failed to start decrypt GUI page.\n"); } } + // Read the settings file DataManager_ReadSettingsFile(); // Run any outstanding OpenRecoveryScript |