Merge "rename incremental service name" into rvc-dev am: df5dff04db am: 7b87d1b3a3 am: dc0bd58ea6
Change-Id: I60cdfe25e9609cd834eb10a7f55d2bdbe89dbe6b
This commit is contained in:
@@ -5128,7 +5128,7 @@ public abstract class Context {
|
||||
* {@link android.os.incremental.IncrementalManager}.
|
||||
* @hide
|
||||
*/
|
||||
public static final String INCREMENTAL_SERVICE = "incremental_service";
|
||||
public static final String INCREMENTAL_SERVICE = "incremental";
|
||||
|
||||
/**
|
||||
* Use with {@link #getSystemService(String)} to retrieve an
|
||||
|
||||
@@ -31,7 +31,7 @@ public:
|
||||
BinderIncrementalService(const sp<IServiceManager>& sm);
|
||||
|
||||
static BinderIncrementalService* start();
|
||||
static const char16_t* getServiceName() { return u"incremental_service"; }
|
||||
static const char16_t* getServiceName() { return u"incremental"; }
|
||||
status_t dump(int fd, const Vector<String16>& args) final;
|
||||
|
||||
void onSystemReady();
|
||||
|
||||
Reference in New Issue
Block a user