Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2023-10-22 15:42:11 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
246b77e63e3e10fcc9a89e8bb61d47252762f4db
246b77e6
1 parent
9169d1f0
remove package attribute from Manifest from example app; set application name fo…
…r Android example app
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
example/android/app/src/main/AndroidManifest.xml
example/android/app/src/main/AndroidManifest.xml
View file @
246b77e
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"dev.steenbakker.mobile_scanner_example"
>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<application
android:label=
"mobile_scanner_example"
android:name=
"${applicationName}"
android:icon=
"@mipmap/ic_launcher"
>
<activity
android:name=
".MainActivity"
...
...
Please
register
or
login
to post a comment