-
Notifications
You must be signed in to change notification settings - Fork 0
Android onActivityResult not triggered
ythy edited this page Nov 16, 2017
·
1 revision
onActivityResult()
不触发, 原因目前有2点:
- 在
AndroidManifest
文件中activity
设置了android:noHistory="true"
- added flag
Intent.FLAG_ACTIVITY_NEW_TASK
while creating intent for startActivityForResult.
其他可能导致的原因:
-
android:launchMode="singleInstance"
配置
tell me how get back to sunshine