summaryrefslogtreecommitdiff
path: root/Android/HelloAndroid/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-02 17:36:15 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-02 17:36:15 +0000
commitb2da1fcbaf0b0eebfbc29f22bf47e59a7ee0168e (patch)
tree8947801af5996b6d168e211cc55d2c3c9278546a /Android/HelloAndroid/app/src/main/AndroidManifest.xml
parentca98f4b70cca757d59e36512c6db9a82287d7ac4 (diff)
Fixing Android CMake files
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12698 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Android/HelloAndroid/app/src/main/AndroidManifest.xml')
-rw-r--r--Android/HelloAndroid/app/src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android/HelloAndroid/app/src/main/AndroidManifest.xml b/Android/HelloAndroid/app/src/main/AndroidManifest.xml
index 4f59330b9..e0131f422 100644
--- a/Android/HelloAndroid/app/src/main/AndroidManifest.xml
+++ b/Android/HelloAndroid/app/src/main/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.example.native_plasma"
+ package="org.fltk.android_hello"
android:versionCode="1"
android:versionName="1.0">
<application
@@ -12,7 +12,7 @@
<activity android:name="android.app.NativeActivity"
android:label="@string/app_name">
<meta-data android:name="android.app.lib_name"
- android:value="native-plasma" />
+ android:value="android-hello" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />