TUM/2015/android/Geofence/headunitservicemock/src/main/AndroidManifest.xml

18 lines
520 B
XML
Raw Normal View History

2015-06-15 15:56:31 +02:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2015-06-15 15:56:31 +02:00
package="com.esrlabs.headunitservicemock" >
2015-06-15 15:56:31 +02:00
<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>