remove package attribute from Manifest from example app; set application name fo…
…r Android example app
Showing
1 changed file
with
3 additions
and
4 deletions
| 1 | -<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
| 2 | - package="dev.steenbakker.mobile_scanner_example"> | ||
| 3 | - | ||
| 4 | - <application | 1 | +<manifest xmlns:android="http://schemas.android.com/apk/res/android"> |
| 2 | + <application | ||
| 5 | android:label="mobile_scanner_example" | 3 | android:label="mobile_scanner_example" |
| 4 | + android:name="${applicationName}" | ||
| 6 | android:icon="@mipmap/ic_launcher"> | 5 | android:icon="@mipmap/ic_launcher"> |
| 7 | <activity | 6 | <activity |
| 8 | android:name=".MainActivity" | 7 | android:name=".MainActivity" |
-
Please register or login to post a comment