gnahtb / RealFL

Implement basic steps in a model-centric federated learning model
The Unlicense
0 stars 1 forks source link

Android Client application start automatically #16

Open HendGedawy opened 1 year ago

HendGedawy commented 1 year ago

Allow Android client applications to start immediately without the need to press the button on each one. Adb control can make it easier to run the application remotely.

gnahtb commented 1 year ago

There is some complication regarding this feature. Some devices by default disable adb control for better "security". We need to come up with an end-user flow for the feature.