Android application icon

This commit is contained in:
saschawillems 2016-03-11 20:01:07 +01:00
parent 4f5abb1ca7
commit 710ff2d511
4 changed files with 7 additions and 11 deletions

View file

@ -13,14 +13,13 @@
<uses-feature android:name="android.software.leanback" android:required="false"/>
<!-- This .apk has no Java code itself, so set hasCode to false. -->
<application android:label="@string/app_name" android:hasCode="false">
<application android:label="@string/app_name" android:icon="@drawable/icon" android:hasCode="false">
<!-- Our activity is the built-in NativeActivity framework class.
This will take care of integrating with our NDK code. -->
<activity android:name="android.app.NativeActivity"
android:label="@string/app_name"
android:banner="@drawable/banner"
android:icon="@drawable/icon"
android:banner="@drawable/banner"
android:configChanges="orientation|keyboardHidden">
<!-- Tell NativeActivity the name of our .so -->
<meta-data android:name="android.app.lib_name"

View file

@ -13,14 +13,13 @@
<uses-feature android:name="android.software.leanback" android:required="false"/>
<!-- This .apk has no Java code itself, so set hasCode to false. -->
<application android:label="@string/app_name" android:hasCode="false">
<application android:label="@string/app_name" android:icon="@drawable/icon" android:hasCode="false">
<!-- Our activity is the built-in NativeActivity framework class.
This will take care of integrating with our NDK code. -->
<activity android:name="android.app.NativeActivity"
android:label="@string/app_name"
android:banner="@drawable/banner"
android:icon="@drawable/icon"
android:banner="@drawable/banner"
android:configChanges="orientation|keyboardHidden">
<!-- Tell NativeActivity the name of our .so -->
<meta-data android:name="android.app.lib_name"

View file

@ -13,14 +13,13 @@
<uses-feature android:name="android.software.leanback" android:required="false"/>
<!-- This .apk has no Java code itself, so set hasCode to false. -->
<application android:label="@string/app_name" android:hasCode="false">
<application android:label="@string/app_name" android:icon="@drawable/icon" android:hasCode="false">
<!-- Our activity is the built-in NativeActivity framework class.
This will take care of integrating with our NDK code. -->
<activity android:name="android.app.NativeActivity"
android:label="@string/app_name"
android:banner="@drawable/banner"
android:icon="@drawable/icon"
android:banner="@drawable/banner"
android:configChanges="orientation|keyboardHidden">
<!-- Tell NativeActivity the name of our .so -->
<meta-data android:name="android.app.lib_name"

View file

@ -13,13 +13,12 @@
<uses-feature android:name="android.software.leanback" android:required="false"/>
<!-- This .apk has no Java code itself, so set hasCode to false. -->
<application android:label="@string/app_name" android:hasCode="false">
<application android:label="@string/app_name" android:icon="@drawable/icon" android:hasCode="false">
<!-- Our activity is the built-in NativeActivity framework class.
This will take care of integrating with our NDK code. -->
<activity android:name="android.app.NativeActivity"
android:label="@string/app_name"
android:icon="@drawable/icon"
android:banner="@drawable/banner"
android:configChanges="orientation|keyboardHidden">
<!-- Tell NativeActivity the name of our .so -->