TUM/2015/android/Geofence/headunitservicemock/src/main/AndroidManifest.xml
2015-06-15 16:04:11 +02:00

18 lines
520 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.esrlabs.headunitservicemock" >
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<service
android:name=".HeadUnitService"
android:enabled="true"
android:exported="true" >
</service>
</application>
</manifest>