This commit is contained in:
2023-03-22 10:30:43 +01:00
parent bb894c2ca1
commit 8297290c31
13 changed files with 109 additions and 10 deletions

View File

@@ -11,6 +11,9 @@
android:supportsRtl="true"
android:theme="@style/Theme.MasterMind"
tools:targetApi="31">
<activity
android:name=".SettingActivity"
android:exported="false" />
<activity
android:name=".MasterMindActivity"
android:exported="false" />