From 0df124f969d7310222ddc1c9e337de9e3d894a99 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 19 Jul 2016 15:13:08 -0700 Subject: [PATCH] Add an alternate name for an FLX built in profile mode (#2806) --- sky/shell/platform/android/io/flutter/view/FlutterMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/shell/platform/android/io/flutter/view/FlutterMain.java b/sky/shell/platform/android/io/flutter/view/FlutterMain.java index ce92fabd7..e423a3c28 100644 --- a/sky/shell/platform/android/io/flutter/view/FlutterMain.java +++ b/sky/shell/platform/android/io/flutter/view/FlutterMain.java @@ -63,7 +63,7 @@ public class FlutterMain { // Resource names that can be used for the the FLX application bundle. public static final String[] APP_BUNDLE_RESOURCES = { - "app.flx", "app_release.flx" + "app.flx", "app_profile.flx", "app_release.flx" }; // Resource names used for components of the precompiled snapshot. -- GitLab