Hacker News new | ask | show | jobs
by LurkersWillLurk 1987 days ago
Can somebody clarify if I'm correct in believing that feature flags are client features that can be activated server-side (as opposed to an app update)?
2 comments

These can be set by the server, you don't need to update the app.

"A location for flags that can be set locally and remotely. These flags can guard features that are not yet ready to be activated."

Here is the file with javadoc on top:

https://github.com/signalapp/Signal-Android/blob/2c1c6fab356...

That is correct. Typically used to enable or modify a feature in the client on your own time table vs. App Store approval.