Ide: AndroidSDK template now adss uses-sdk statment to AndroidManifest.xml.

This commit is contained in:
Zbigniew Rębacz 2022-12-04 22:03:32 +01:00
parent a83d877bd5
commit d3f7547fcd
2 changed files with 3 additions and 2 deletions

View file

@ -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()

View file

@ -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:>"