Merge "rename incremental service name" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-03-09 14:12:08 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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();