Uri on Activity.onActivityResult(int requestCode, int resultCode, Intent data)
问题 I have some doubts on the reliability of content providers in Android. 1 - Is it possible for different Document s having the same Uri? For instance. A user has 2 images in the device: content://com.android.providers.media.documents/document/image%AAAAA and content://com.android.providers.media.documents/document/image%BBBBB Supposing a scenario where AAAAA would point to a file, then the user erases that file. User then creates a new file in the system, and that new file receives the AAAAA