0 votes
81 views
in android by (0 points)
closed by
To preserve on-device memory, how might you determine that the user's device has limited storage capabilities?

a. Use the ActivityManager.isLowRamDevice() method to find out whether a device defines itself as "low RAM."
b. Use the Activity.islowRam() method to find out whether a device defines itself as "low RAM."
c. Use the ConnectivityManager.hasLowMemory() method to find out whether a device defines itself as "low RAM."
d. Make an image download request and check the remaining device storage usage.
closed

1 Answer

0 votes
by (0 points)
 
Best answer
a

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...