small refactoring in android readme
This commit is contained in:
parent
e6344c3f3d
commit
6f818785db
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Use the [AIDL](http://developer.android.com/guide/components/aidl.html) to allow
|
|||
|
||||
```java
|
||||
Intent headUnitServiceIntent = new Intent(HeadUnit.class.getName());
|
||||
headUnitServiceIntent.setPackage("com.esrlabs.headunitinterface");
|
||||
headUnitServiceIntent.setPackage("com.esrlabs.headunitservice");
|
||||
bindService(headUnitServiceIntent, serviceConnection_object, BIND_AUTO_CREATE);
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue