organicmaps/organicmaps
[android] ProgressDialog has been deprecated in API 26
开放
#3,629 创建于 2022年10月14日
AndroidGood first issueRefactoring
仓库指标
- 星标
- (7,887 个星标)
- PR 合并指标
- (平均合并 13天 6小时) (30 天内合并 91 个 PR)
描述
https://developer.android.com/reference/android/app/ProgressDialog:
This class was deprecated in API level 26. ProgressDialog is a modal dialog, which prevents the user from interacting with the app. Instead of using this class, you should use a progress indicator like ProgressBar, which can be embedded in your app's UI. Alternatively, you can use a notification to inform the user of the task's progress.