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

10 lines
303 B
XML
Raw Normal View History

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.esrlabs.headunitservicemock">
<application android:allowBackup="true" android:label="@string/app_name"
android:icon="@mipmap/ic_launcher" android:theme="@style/AppTheme">
</application>
</manifest>