blob: 1dc6e6f58b0890a76c9c2e1a2e086e361f194871 [file] [log] [blame]
calebcaboba6f9d202018-11-03 11:15:16 -06001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
ElDainosorc9964a52019-03-02 21:28:53 -07002 package="com.android.systemui.qstile.cookie"
calebcaboba6f9d202018-11-03 11:15:16 -06003 android:versionCode="1"
4 android:versionName="1.0">
5 <overlay android:targetPackage="com.android.systemui" android:priority="1"/>
6
ElDainosorc9964a52019-03-02 21:28:53 -07007 <application android:label="@string/qstile_cookie" android:hasCode="false"/>
8</manifest>