In my app, I use Oauth 2.0 flow with webview in andorid.
according to google announcing, Google webview log-in is prohibited from April 20.
I want to use Dropbox log-in on browser without dropbox sdk.
but Oauth2.0's redirect url is only possible starts with "https://"
Is there any way to use Oauth2.0 flow in android browser?
for example, how can I use REDIRECT URL without "https://".
Or can I use the SDK URL(https://www.dropbox.com/1/connect?locale=en_CA&k=my app key&n=0&api=1&state=oauth2%3Aab6c32abc574634547a4ac9f20b7f854)
without Dropbox SDK.