mirror of https://github.com/ehang-io/nps
update AndroidManifest.xml, fix #439
parent
a296e0733f
commit
6bd853b6f6
|
@ -1,37 +1,20 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest
|
<manifest
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:versionCode="1"
|
|
||||||
android:versionName="0.26.5"
|
|
||||||
package="org.nps.client"
|
package="org.nps.client"
|
||||||
platformBuildVersionCode="15"
|
android:versionCode="1"
|
||||||
platformBuildVersionName="4.0.4-1406430">
|
android:versionName="0.26.5">
|
||||||
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.INTERNET"/>
|
|
||||||
|
|
||||||
<application
|
|
||||||
android:label="Npc"
|
|
||||||
android:debuggable="true">
|
|
||||||
|
|
||||||
<activity
|
|
||||||
android:label="Npc"
|
|
||||||
android:name="org.golang.app.GoNativeActivity"
|
|
||||||
android:configChanges="0xa0">
|
|
||||||
|
|
||||||
<meta-data
|
|
||||||
android:name="android.app.lib_name"
|
|
||||||
android:value="npc"/>
|
|
||||||
|
|
||||||
|
<application android:label="Npc" android:debuggable="true">
|
||||||
|
<activity android:name="org.golang.app.GoNativeActivity"
|
||||||
|
android:label="Npc"
|
||||||
|
android:configChanges="orientation|keyboardHidden">
|
||||||
|
<meta-data android:name="android.app.lib_name" android:value="npc"/>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.MAIN"/>
|
||||||
<action
|
<category android:name="android.intent.category.LAUNCHER"/>
|
||||||
android:name="android.intent.action.MAIN"/>
|
|
||||||
|
|
||||||
<category
|
|
||||||
android:name="android.intent.category.LAUNCHER"/>
|
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue