Created
December 6, 2015 01:10
-
-
Save liyaojvn/753db0e36e3540e7a591 to your computer and use it in GitHub Desktop.
AndroidManifest.xml NO.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="com.byteandahalf.mcperedstone" | |
android:versionCode="1" | |
android:versionName="1.0"> | |
<uses-permission android:name="net.zhuoweizhang.mcpelauncher.ADDON"/> | |
<!-- This is the platform API where NativeActivity was introduced. --> | |
<uses-sdk android:minSdkVersion="9" /> | |
<!-- This .apk has no Java code itself, so set hasCode to false. --> | |
<application android:label="@string/app_name" android:hasCode="false"> | |
<!-- metadata specifying the library name. must match Android.mk.--> | |
<meta-data android:name="net.zhuoweizhang.mcpelauncher.api.nativelibname" | |
android:value="com.byteandahalf.mcperedstone"/> | |
<meta-data android:name="net.zhuoweizhang.mcpelauncher.api.targetmcpeversion" android:value="0.13.0"/> | |
</application> | |
</manifest> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oh,no.