7 lines
288 B
XML
Executable File
7 lines
288 B
XML
Executable File
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mediatek.camera.overlay"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
<overlay android:targetPackage="com.mediatek.camera" android:priority="10" android:isStatic="true" />
|
|
</manifest>
|