Commit f1f318c5 by Jemsheer K D

Update AndroidManifest.xml with OrderIntentService

parent bf97eb30
......@@ -19,10 +19,15 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:largeHeap="true"
android:theme="@style/AppTheme">
<service
android:name=".services.OrderIntentService"
android:exported="false">
</service>
<uses-library
android:name="com.datalogic.device"
android:required="true" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment