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

Commit 1fe874c1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove a module-lib API" into sc-dev am: 20d62125

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

Change-Id: I69e6ab1e2dbd4cf779ae8d4acfa3b5b398c6ece2
parents 6df1a1d9 20d62125
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line 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 {
package android.hardware.usb {


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


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


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