Refactor string resources: rename and reorganize
- Rename error strings to use error_ prefix consistently - Rename success strings to use success_ prefix - Rename failure strings to use failed_ prefix - Reorganize strings by feature groups with section comments - Remove unused shortcuts.xml and manifest references - Update all Kotlin code references
This commit is contained in:
@@ -40,10 +40,6 @@
|
||||
android:theme="@style/AppTheme"
|
||||
tools:targetApi="31">
|
||||
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/shortcuts" />
|
||||
|
||||
<activity
|
||||
android:name=".LauncherActivity"
|
||||
android:exported="true"
|
||||
@@ -102,9 +98,6 @@
|
||||
android:launchMode="singleTask"
|
||||
android:theme="@style/AppTheme">
|
||||
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/shortcuts" />
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user