Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20d62125 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove a module-lib API" into sc-dev

parents 375467b8 9fcfccbc
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -79,14 +79,6 @@ package android.content.pm {

}

package android.content.rollback {

  public class RollbackManagerFrameworkInitializer {
    method public static void initialize();
  }

}

package android.hardware.usb {

  public class UsbManager {
+0 −2
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
 */
package android.content.rollback;

import android.annotation.SystemApi;
import android.app.SystemServiceRegistry;
import android.content.Context;

@@ -24,7 +23,6 @@ import android.content.Context;
 *
 * @hide
 */
@SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
public class RollbackManagerFrameworkInitializer {
    private RollbackManagerFrameworkInitializer() {}