mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
Ide: AndroidSDK template now adss uses-sdk statment to AndroidManifest.xml.
This commit is contained in:
parent
a83d877bd5
commit
d3f7547fcd
2 changed files with 3 additions and 2 deletions
|
|
@ -214,7 +214,7 @@ void UWord::Pdf()
|
|||
|
||||
void UWord::About()
|
||||
{
|
||||
PromptOK("[A5 uWord]&Using [*^www://upp.sf.net^ Ultimate`+`+] technology.");
|
||||
PromptOK("[A5 uWord]&Using [*^www://upp.sf.net^ U`+`+] technology.");
|
||||
}
|
||||
|
||||
void UWord::Destroy()
|
||||
|
|
|
|||
|
|
@ -30,7 +30,8 @@ public class <:PACKAGE:> extends Activity
|
|||
@@AndroidManifest.xml
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.upp.<:PACKAGE:>"><:?permissionInternet:>
|
||||
package="org.upp.<:PACKAGE:>">
|
||||
<uses-sdk android:minSdkVersion="21" /><:?permissionInternet:>
|
||||
<uses-permission android:name="android.permission.INTERNET" /><:.:>
|
||||
<application>
|
||||
<activity android:name=".<:PACKAGE:>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue