Merge "Remove a module-lib API" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
20d6212568
@@ -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 {
|
||||
|
||||
@@ -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() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user