Merge "add ServiceManager.getUpdatableNames()" am: a031dd980a
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2266809 Change-Id: Ic5940794efa51c9f25ac0f80151497185005f48a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -98,6 +98,10 @@ class ServiceManagerProxy implements IServiceManager {
|
||||
return mServiceManager.updatableViaApex(name);
|
||||
}
|
||||
|
||||
public String[] getUpdatableNames(String apexName) throws RemoteException {
|
||||
return mServiceManager.getUpdatableNames(apexName);
|
||||
}
|
||||
|
||||
public ConnectionInfo getConnectionInfo(String name) throws RemoteException {
|
||||
return mServiceManager.getConnectionInfo(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user