We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d1920 commit 4cb853cCopy full SHA for 4cb853c
AnkiDroid/src/main/AndroidManifest.xml
@@ -83,10 +83,12 @@
83
android:resizeableActivity="true"
84
android:supportsRtl="true"
85
android:theme="@style/Theme_Light"
86
- android:manageSpaceActivity=".ui.windows.managespace.ManageSpaceActivity"
+ android:manageSpaceActivity="com.ichi2.anki.ui.windows.managespace.ManageSpaceActivity"
87
>
88
+ <!-- Probably because of a bug on the framework,
89
+ the full package path is needed for manageSpaceActivity -->
90
<activity
- android:name=".ui.windows.managespace.ManageSpaceActivity"
91
+ android:name="com.ichi2.anki.ui.windows.managespace.ManageSpaceActivity"
92
android:exported="true"
93
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
94
<activity android:name=".DrawingActivity"
0 commit comments