mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
LG8n: Fix malformed AndroidManifest.xml for WifiResOverlay
* Bruh Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
8b9320c577
commit
05005d148f
|
@ -9,5 +9,5 @@
|
||||||
<overlay
|
<overlay
|
||||||
android:isStatic="true"
|
android:isStatic="true"
|
||||||
android:priority="1"
|
android:priority="1"
|
||||||
android:targetPackage=com.android.wifi.resources" />
|
android:targetPackage="com.android.wifi.resources" />
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Reference in a new issue