calebcabob | a6f9d20 | 2018-11-03 11:15:16 -0600 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
2 | package="com.android.systemui.qstile.squircletrim" | ||||
3 | android:versionCode="1" | ||||
4 | android:versionName="1.0"> | ||||
5 | <overlay android:targetPackage="com.android.systemui" android:priority="1"/> | ||||
6 | |||||
7 | <application android:label="@string/qstile_squircle_trim" android:hasCode="false"/> | ||||
8 | </manifest> |