9 lines
332 B
XML
9 lines
332 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.overlay.statusbarstock"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
<overlay android:targetPackage="android" android:priority="1" />
|
|
|
|
<application android:label="@string/label" android:hasCode="false"/>
|
|
</manifest>
|