You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Patch AndroidManifest.xml properly
Parse and rebuild the string pool of the AXML format for patching string in AndroidManifest.xml
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
android:hint="@string/settings_app_name_hint"
|
||||
app:boxStrokeColor="?colorOnSurfaceVariant"
|
||||
app:counterEnabled="true"
|
||||
app:counterMaxLength="14"
|
||||
app:counterMaxLength="@{data.maxLength}"
|
||||
app:counterOverflowTextColor="?colorError"
|
||||
app:error="@{data.error ? @string/settings_app_name_error : @string/empty}"
|
||||
app:errorEnabled="true"
|
||||
|
||||
Reference in New Issue
Block a user