Meta: Difference between revisions
m Added link |
|||
Line 35: | Line 35: | ||
====Artificial permission requirements in Android App==== | ====Artificial permission requirements in Android App==== | ||
The Facebook Android App summarily requests a lot of permissions. Most of those can be denied if unwanted. However, when the unlimited permission to access all media files on the user's phone is not granted, it is not possible to share images from the app. This is a | The Facebook Android App summarily requests a lot of permissions. Most of those can be denied if unwanted. However, when the unlimited permission to access all media files on the user's phone is not granted, it is not possible to share images from the app. This is a bogus requirement, as this permission is not needed to share images ''out'' of an app. The app will guide the user into enabling that permission when they [first] try to share an image out of Facebook to a different app, e.g. a messenger. Notably, even granting limited access will trigger the "more permissions required" guidance. | ||
As a crude workaround, one can take screenshots of images in the app instead of using its sharing functionality. Since that yields images in screen resolution, this workaround may not be suitable in all cases. | As a crude workaround, one can take screenshots of images in the app instead of using its sharing functionality. Since that yields images in screen resolution, this workaround may not be suitable in all cases. |