Mikrofon Manifest angepasst - App läuft

This commit is contained in:
Julia Prölß 2023-06-07 13:46:53 +02:00
parent 5b920359a1
commit f98a3580a6

View File

@ -10,6 +10,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.GreenWatch">
<activity
android:name=".Mikrofon"
android:exported="false" />
<activity
android:name=".MainActivity"
android:exported="true">