From 9b8b230075750d8be65a602bedcdafcd042fef90 Mon Sep 17 00:00:00 2001 From: Craig Russell Date: Mon, 3 Feb 2025 14:45:57 +0000 Subject: [PATCH] Export Feature Flag Inventory so it can be accessed more quickly (#5584) Task/Issue URL: https://app.asana.com/0/608920331025315/1209308971637996 ### Description In internal builds, we have Feature Flag Inventory available for toggling features flags from the UI inside our app. It can only be launched from the settings UI: - (exit whatever screen you might have been in) - Overflow - Settings - Scroll - Feature Flag Inventory Objective - Mark the activity as exported - This would allow it to be launched directly. e.g., an alias from the command line. - As well as being easier to trigger as a developer, it would also have the advantage that you can quickly get to the screen without losing your current place in the app. ### Steps to test this PR QA optional Co-authored-by: Craig Russell <1336281+CDRussell@users.noreply.github.com> --- .../feature-toggles-internal/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature-toggles/feature-toggles-internal/src/main/AndroidManifest.xml b/feature-toggles/feature-toggles-internal/src/main/AndroidManifest.xml index 6d39cb655af4..3a37b0ca5aa9 100644 --- a/feature-toggles/feature-toggles-internal/src/main/AndroidManifest.xml +++ b/feature-toggles/feature-toggles-internal/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@