Skip to content

Commit

Permalink
ACardEmulator: updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Mar 4, 2025
1 parent 217a2e5 commit 54a6916
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ACardEmulator/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme" >
<activity
android:name="com.vsmartcard.acardemulator.MainActivity"
Expand All @@ -35,7 +36,8 @@
<activity
android:name="com.vsmartcard.acardemulator.SettingsActivity"
android:exported="false"
android:label="@string/action_settings" >
android:label="@string/action_settings"
tools:ignore="AppLinkUrlError">

<intent-filter>
<action android:name="android.intent.action.VIEW" />
Expand Down

0 comments on commit 54a6916

Please sign in to comment.