Skip to content

Commit

Permalink
Export Feature Flag Inventory so it can be accessed more quickly (#5584)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
CDRussell and CDRussell authored Feb 3, 2025
1 parent 40269e8 commit 9b8b230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<activity
android:name="com.duckduckgo.examplefeature.internal.ui.FeatureToggleInventoryActivity"
android:label="Feature Flag Inventory"
android:exported="false"
android:exported="true"
/>

</application>
Expand Down

0 comments on commit 9b8b230

Please sign in to comment.