-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Labels
Milestone
Description
:app should be http://schemas.android.com/apk/res-auto
Our use of http://arbitrary.app.namespace/com.ichi2.anki should be actually deprecated.
Originally posted by @BrayanDSO in #20001 (comment)
Anki-Android/AnkiDroid/src/main/res/xml/preferences_dev_options.xml
Lines 21 to 23 in 7fbdfbf
| <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:app="http://arbitrary.app.namespace/com.ichi2.anki" | |
| xmlns:app1="http://schemas.android.com/apk/res-auto" |
Reactions are currently unavailable