Example usage for Java android.app.admin SystemUpdatePolicy fields, constructors, methods, implement or subclass
The text is from its open source code.
SystemUpdatePolicy | createAutomaticInstallPolicy() Create a policy object and set it to install update automatically as soon as one is available. |
SystemUpdatePolicy | createPostponeInstallPolicy() Create a policy object and set it to block installation for a maximum period of 30 days. |
SystemUpdatePolicy | createWindowedInstallPolicy(int startTime, int endTime) Create a policy object and set it to: new system update will only be installed automatically when the system clock is inside a daily maintenance window. |