Merge "Addresses TODO in ResumeOnRebootService Javadoc"

This commit is contained in:
Tianjie Xu
2021-04-19 23:01:55 +00:00
committed by Gerrit Code Review
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 {