コード例 #1
0
 @SystemApi
 public void suspend() {
   try {
     mUpdateEngine.suspend();
   } catch (RemoteException e) {
     throw e.rethrowFromSystemServer();
   }
 }