Merge "Expose systemReady for SystemServer"

This commit is contained in:
Lucas Lin
2021-03-18 13:40:54 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -915,8 +915,8 @@ public class ConnectivityManager {
/**
* @hide
* TODO: Expose for SystemServer when becomes a module.
*/
@SystemApi(client = MODULE_LIBRARIES)
public void systemReady() {
try {
mService.systemReady();