enioka_scan icon indicating copy to clipboard operation
enioka_scan copied to clipboard

Demo app settings activity should dynamically list available SDKs

Open marcanpilami opened this issue 1 year ago • 0 comments

Currently, the settings activity of the demo app is completely hard-coded, meaning every SDK is included regardless of whether or not they are available to the app (this will become an issue after #128).

The settings activity should dynamically detect available providers and only list those. The main activity should only add available providers to the search options and ignore unavailable ones even if they did exist in the persisted preferences.

It would also be useful to add a more human-readable description or name for all SDKs besides their identifier key to improve display in the settings activity.

marcanpilami avatar Apr 12 '23 18:04 marcanpilami