nitc/android: set the icon for the APK as expected by the Play Store
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 10 Jan 2015 14:20:30 +0000 (09:20 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Mon, 12 Jan 2015 19:48:57 +0000 (14:48 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/compiler/android_platform.nit

index 5d6d312..b4e3cdf 100644 (file)
@@ -174,7 +174,8 @@ $(call import-module,android/native_app_glue)
     <application
                android:label="@string/app_name"
                android:hasCode="true"
-               android:debuggable="{{{not release}}}">
+               android:debuggable="{{{not release}}}"
+               {{{icon_declaration}}}>
 
         <!-- Our activity is the built-in NativeActivity framework class.
              This will take care of integrating with our NDK code. -->