Lili Wei

Results 12 issues of Lili Wei

Hi there, I just found that GApps Browser is still using CookieSyncManager which has been [deprecated since Lollipop](https://developer.android.com/reference/android/webkit/CookieSyncManager.html). I found invocations of this API on [line 35 in WebviewClient.java](https://github.com/tobykurien/GoogleApps/blob/0d20a75b2e17a0fdded3d79f155c6f7473cc2ea6/src/com/tobykurien/google_news/webviewclient/WebClient.java#L35) and...

Hi, I found that in [PodcastService.java](https://github.com/bottiger/SoundWaves/blob/579d7eff44ef7c21ea01976017fef422b7077a4c/app/src/main/java/org/bottiger/podcast/service/PodcastService.java#L69), ConnectivityManager.getBackgroundDataSetting() is still in use. However, this API has been deprecated since API 14 and afterwards it will always return true. So this check...