Merge "Addresses TODO in ResumeOnRebootService Javadoc" am: f58b4a1109 am: 894b984747

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

Change-Id: I0cedbd8d0a5028af4f34c78628a6156f4327fe6d
This commit is contained in:
Tianjie Xu
2021-04-19 23:28:17 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
xunchang@google.com
zhaojiac@google.com

View File

@@ -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 {