summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'merchant-terminal/src/main/AndroidManifest.xml')
-rw-r--r--merchant-terminal/src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/merchant-terminal/src/main/AndroidManifest.xml b/merchant-terminal/src/main/AndroidManifest.xml
index 1518293..3b23dfc 100644
--- a/merchant-terminal/src/main/AndroidManifest.xml
+++ b/merchant-terminal/src/main/AndroidManifest.xml
@@ -15,8 +15,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- package="net.taler.merchantpos">
+ xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.NFC" />
@@ -39,6 +38,7 @@
tools:ignore="GoogleAppIndexingWarning">
<activity
android:name=".MainActivity"
+ android:exported="true"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:theme="@style/AppTheme.NoActionBar"