blob: 01d95943932e928b8f6092121f40c9f9767d4689 [file] [log] [blame]
ElDainosor45dd2032018-11-13 16:15:51 -07001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.systemui.qstile.dottedcircle"
3 android:versionCode="1"
4 android:versionName="1.0">
5 <overlay android:targetPackage="com.android.systemui" android:priority="1"/>
6
7 <application android:label="Dotted Circle" android:hasCode="false" />
8</manifest>
9