19 lines
493 B
XML
19 lines
493 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2025-2026 oxmc / PawletOS
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="me.pawlet.overlay.arcticonsans">
|
|
|
|
<overlay
|
|
android:targetPackage="android"
|
|
android:category="android.theme.customization.font"
|
|
android:priority="1" />
|
|
|
|
<application
|
|
android:label="ArcticonsSans"
|
|
android:hasCode="false" />
|
|
|
|
</manifest>
|