Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Carrefour
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carrefour
Carrefour
Commits
f1f318c5
Commit
f1f318c5
authored
Oct 26, 2018
by
Jemsheer K D
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update AndroidManifest.xml with OrderIntentService
parent
bf97eb30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+6
-1
No files found.
app/src/main/AndroidManifest.xml
View file @
f1f318c5
...
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment