Add MainActivity

This commit is contained in:
Shcherbatykh Oleg
2026-02-10 14:30:44 +03:00
parent 6f7edd84be
commit 890e3e9d9f
3 changed files with 43 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.TSUDesk" />
android:theme="@style/Theme.TSUDesk">
<activity
android:name=".MainActivity"
android:exported="false" />
</application>
</manifest>