Updated Working for Android (markdown)

master
Seth Archambault преди 7 години
родител
ревизия
239e49c83c
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. +3
    -0
      Working-for-Android.md

+ 3
- 0
Working-for-Android.md

@ -115,6 +115,8 @@ This is simple as in we're just using shell commands, no cmake, no builders of a
AndroidManifest.xml
> Note: "package" is the unique name of your project, this will overwrite apps with the same name
<?xml version='1.0' encoding="utf-8" ?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package='com.seth.project' android:versionCode='0'
android:versionName='0' >
@ -124,6 +126,7 @@ AndroidManifest.xml
android:configChanges="orientation|keyboardHidden|screenSize"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true">
<meta-data android:name="android.app.lib_name" android:value="project"/>
<intent-filter>
<category android:name='android.intent.category.LAUNCHER'/>
<action android:name='android.intent.action.MAIN'/>

Зареждане…
Отказ
Запис