Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Default to automatically rebooting device after 72 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
flawedworld authored and thestinger committed Mar 29, 2023
1 parent 8cb96de commit 9dab90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/java/android/ext/settings/ExtSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class ExtSettings {
Setting.Scope.PER_USER, "auto_grant_OTHER_SENSORS_perm", true);

public static final IntSetting AUTO_REBOOT_TIMEOUT = new IntSetting(
Setting.Scope.GLOBAL, "settings_reboot_after_timeout", 0);
Setting.Scope.GLOBAL, "settings_reboot_after_timeout", 259200000);

public static final BoolSetting SCREENSHOT_TIMESTAMP_EXIF = new BoolSetting(
Setting.Scope.PER_USER, "screenshot_timestamp_exif", false);
Expand Down

0 comments on commit 9dab90e

Please sign in to comment.