1
0
Fork 0

Yet another change required for Google Play upload

This commit is contained in:
Eoin Mcloughlin 2023-05-06 13:30:37 +01:00
parent 9e408fd5fb
commit 175efbe96d
1 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,8 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar">
android:theme="@style/AppTheme.NoActionBar"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@ -45,4 +46,4 @@
</activity>
</application>
</manifest>
</manifest>