Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d515f3a authored by Tianjie Xu's avatar Tianjie Xu Committed by Automerger Merge Worker
Browse files

Merge "Addresses TODO in ResumeOnRebootService Javadoc" am: f58b4a11 am: 894b9847

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1673754

Change-Id: I0cedbd8d0a5028af4f34c78628a6156f4327fe6d
parents 12a29502 894b9847
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
xunchang@google.com
zhaojiac@google.com
+1 −3
Original line number Diff line number Diff line
@@ -59,11 +59,9 @@ import java.io.IOException;
 *     </service>
 * </pre>
 *
 * //TODO: Replace this with public link when available.
 *
 * @hide
 * @see
 * <a href="https://goto.google.com/server-based-ror">https://goto.google.com/server-based-ror</a>
 * <a href="https://source.android.com/devices/tech/ota/resume-on-reboot">https://source.android.com/devices/tech/ota/resume-on-reboot</a>
 */
@SystemApi
public abstract class ResumeOnRebootService extends Service {