small refactoring in android readme

This commit is contained in:
Andrei Bechet 2015-07-01 11:57:30 +02:00
parent e6344c3f3d
commit 6f818785db
1 changed files with 1 additions and 1 deletions

View File

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