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