micky387 | f9da109 | 2025-02-20 15:34:55 -0500 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
2 | package="omnirom.platform.overlay.org" | ||||
3 | android:versionCode="1" | ||||
4 | android:versionName="1.0"> | ||||
5 | |||||
6 | <application android:hasCode="false"/> | ||||
7 | |||||
8 | <overlay android:isStatic="true" | ||||
9 | android:priority="140" | ||||
10 | android:targetPackage="omnirom.platform"/> | ||||
11 | </manifest> |