11 lines
353 B
XML
11 lines
353 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="foundation.e.mapsoverlay"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
<application android:hasCode="false" />
|
|
<overlay
|
|
android:targetPackage="com.generalmagic.magicearth"
|
|
android:isStatic="true"
|
|
android:priority="0"/>
|
|
</manifest>
|