Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Oct 13, 2015
2 parents 0333ff2 + da72179 commit f1e07b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.openxcplatform">
<application>
<service android:name="com.openxc.VehicleManager"/>
<service android:name="com.openxc.remote.VehicleService" android:process=":remote"/>
<service android:name="com.openxc.remote.VehicleService" android:process=":remote" android:exported="true"/>
<activity android:name="com.openxc.interfaces.usb.UsbDeviceAttachmentActivity"/>
</application>
</manifest>

0 comments on commit f1e07b5

Please sign in to comment.