@@ -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"> |