theappbusiness / android-proxy-toggle

Small application to help android developers to quickly enable and disable proxy settings
MIT License
425 stars 59 forks source link

accept proxy address from intent #39

Open xiaozhikang0916 opened 1 year ago

xiaozhikang0916 commented 1 year ago

Accept proxy setting from intent's extra data

xiaozhikang0916 commented 1 year ago

To wait for a synchronization of the uiState, which may be modified by init block and the deviceSettingsManager instance, I used a while-yield loop here, which may be not elegant. Any advise?