ElDainosor | 45dd203 | 2018-11-13 16:15:51 -0700 | [diff] [blame] | 1 | <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 |