Signed-off-by: firebird11 <hbgassel@gmail.com> Change-Id: If69bfa3d417207b36bf08a0e87f8ab97916f0fbe Signed-off-by: c79 <vexed@riseup.net> Signed-off-by: aswin7469 <aswinas@pixysos.com> Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
9 lines
369 B
XML
9 lines
369 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.oneplus.gallery.overlay"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
<overlay android:targetPackage="com.oneplus.gallery" android:priority="1" android:isStatic="true" />
|
|
|
|
<application android:label="OnePlusGalleryOverlay" android:hasCode="false"/>
|
|
</manifest>
|