Merge "Addresses TODO in ResumeOnRebootService Javadoc" am: f58b4a1109

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

Change-Id: I56f15a90d5c136873e29d733d3f57d89a498bdcb
This commit is contained in:
Tianjie Xu
2021-04-19 23:08:20 +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 {