<?xml version="1.0" encoding="utf-8"?><!-- BEGIN_INCLUDE(manifest) --><manifest xmlns:android="http://schemas.android.com/apk/res/android"package="com.kitware.JavaVTK"android:versionCode="1"android:versionName="1.0"><uses-feature android:glEsVersion="0x00020000" /><!-- This is the platform API where NativeActivity was introduced. --><uses-sdk android:minSdkVersion="12" /><application android:label="@string/app_name" ><activity android:name="JavaVTKActivity"android:label="@string/app_name"android:theme="@android:style/Theme.NoTitleBar.Fullscreen"android:launchMode="singleTask"android:configChanges="orientation|keyboardHidden"><!-- Tell NativeActivity the name of our .so --><meta-data android:name="android.app.lib_name"android:value="JavaVTK" /><intent-filter><action android:name="android.intent.action.MAIN" /><category android:name="android.intent.category.LAUNCHER" /></intent-filter></activity></application></manifest><!-- END_INCLUDE(manifest) -->
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。