AlbyST
Results
2
comments of
AlbyST
Hi all, I am facing the same problem too, I'm on Android 11. I tried several options like: * Targeting SDK 29 with ```android:requestLegacyExternalStorage="true"``` * Targeting SDK 30 with ```android:preserveLegacyExternalStorage="true"```...
Hi all, I hit the same problem and came up with this OkHttpClient interceptor: ```kotlin class AppAuthTokenRefreshInterceptor(context: Context) : Interceptor { private val mStateManager = AuthStateManager.getInstance(context) private val mConfiguration =...