Merge "Change the name of the contexthub service."
am: fba752e64c
Change-Id: Ie354f06495f0c3fb73aa053956ecc371716bab3f
This commit is contained in:
@@ -391,7 +391,7 @@ public final class ContextHubManager {
|
||||
public ContextHubManager(Context context, Looper mainLooper) {
|
||||
mMainLooper = mainLooper;
|
||||
|
||||
IBinder b = ServiceManager.getService(ContextHubService.CONTEXTHUB_SERVICE);
|
||||
IBinder b = ServiceManager.getService(Context.CONTEXTHUB_SERVICE);
|
||||
if (b != null) {
|
||||
mContextHubService = IContextHubService.Stub.asInterface(b);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user