Obsolete
Status Update
Comments
vi...@google.com <vi...@google.com> #2
We have passed this to the development team and will update this issue with more information as it becomes available.
ji...@gmail.com <ji...@gmail.com> #3
Still no news at all? Can't believe this..
What is stopping the developers from adding this simple feature?
I mean, SAF already supports the landscape mode, so you can just write a few lines to check if there's a manual orientation set via Intent.
These minor things of Android are really ruining user experience.
What is stopping the developers from adding this simple feature?
I mean, SAF already supports the landscape mode, so you can just write a few lines to check if there's a manual orientation set via Intent.
These minor things of Android are really ruining user experience.
Description
Re-posting of following obsolete issue: https://issuetracker.google.com/issues/141968218
Storage Application Framework breaks the UI flow of applications that specify their own orientation.
Steps to reproduce: User changes phone settings to ignore rotation sensor and locks the phone to the portrait orientation. User start application that only uses Landscape orientation. User turns phone to match application Application creates an Intent with
Intent.ACTION_CREATE_DOCUMENT
and starts an activity with this Intent to use the Storage Access Framework save the document. The System UI Content Object Picker obeys the system settings and launches in portrait mode, forcing the user to rotate the phone to pick the filenameSeen in Android 4.4 (API 22) and above
Feature request is to allow the
Intent.ACTION_CREATE_DOCUMENT
and other SAF related Intents to specify extra data to set the orientation to match the Application launching them.something like