googlesamples/easypermissions

OnActivityResult Deprecated in latest Android X AppCompatActivity

Open

#330 opened on Jun 8, 2021

View on GitHub
 (4 comments) (13 reactions) (0 assignees)Java (9,780 stars) (1,486 forks)batch import
help wanted

Description

Basic Information

Device type: Android with version 10 and 11 OS version: Android 10 and Android 11 EasyPermissions version: 3.0.0

Describe the problem

AppSettings dialog need onActivityResult for Appsettings dialog callback. And for this case, onActivityResult is deprecated on latest Android X Appcompat activity version.

https://stackoverflow.com/questions/62671106/onactivityresult-method-is-deprecated-what-is-the-alternative

https://developer.android.com/training/basics/intents/result

JbJvj

Contributor guide