What is the result of clicking Button1 in the code which is illustrated in the following image? Assuming that write_to_internal_storage is the name of an activity that allows users to write to internal storage.
A.
Creates an intent to open an activity that writes to the internal storage.
B.
Creates an intent to open an activity that reads from the internal storage.
C.
Creates an intent to open an activity that reads from the external storage.
D.
Creates an intent to open an activity that writes to the external storage.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit