YumeMichi | 07282c1 | 2018-08-28 22:26:07 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8" standalone="no"?> |
| 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
Jon West | 297f729 | 2018-09-09 14:22:23 -0400 | [diff] [blame] | 3 | package="org.omnirom.theme.accent.bliss" |
YumeMichi | 07282c1 | 2018-08-28 22:26:07 +0800 | [diff] [blame] | 4 | platformBuildVersionCode="26" |
| 5 | platformBuildVersionName="8.0.0"> |
| 6 | |
| 7 | <overlay android:priority="1" android:targetPackage="android" /> |
| 8 | |
| 9 | |
| 10 | <application android:hasCode="false" |
Jon West | 297f729 | 2018-09-09 14:22:23 -0400 | [diff] [blame] | 11 | android:label="Bliss" /> |
YumeMichi | 07282c1 | 2018-08-28 22:26:07 +0800 | [diff] [blame] | 12 | </manifest> |