that is it
developer.android.com
in android studio in AppCompatActivity i can get it with yshis method:
this.getActivityResultRegistry
And according to
this article
added in androidx.activity:1.2
version of androidx.activity in my sdk is 1.1
so when i update androidx.appcompat and androidx.activity from sdk manager i can not run my project it has error before start activity
how can i fix it?