8 lines
294 B
XML
8 lines
294 B
XML
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.custom.fonts">
|
||
|
<application android:hasCode="false">
|
||
|
<overlay android:targetPackage="android"
|
||
|
android:priority="1"
|
||
|
android:isStatic="true" />
|
||
|
</application>
|
||
|
</manifest>
|