diff options
author | Daichi Hirono <hirono@google.com> | 2017-05-12 16:39:40 +0900 |
---|---|---|
committer | Daichi Hirono <hirono@google.com> | 2017-05-12 16:39:40 +0900 |
commit | 0da3b1a174f48380f172f05635001400ec079d50 (patch) | |
tree | 429238481ca4957fc9e68c9f0d48d7edd23580d8 | |
parent | 5a421ad0ef23675ca3140d3ae9d578c4b8baf0e8 (diff) |
Don't specify screen orientation for ReceiverActivity.
From O, the framework does not allow to specify screen orientation for
translucent acitivity.
Bug: 38225950
Test: manually connect MTP device to Android
Change-Id: I83c5063f6b85aff3c05906b9d66efbcde9693224
-rw-r--r-- | packages/MtpDocumentsProvider/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/MtpDocumentsProvider/AndroidManifest.xml b/packages/MtpDocumentsProvider/AndroidManifest.xml index 843b313db6b1..8d79f62f21d7 100644 --- a/packages/MtpDocumentsProvider/AndroidManifest.xml +++ b/packages/MtpDocumentsProvider/AndroidManifest.xml @@ -22,7 +22,6 @@ android:label="@string/downloads_app_label" android:icon="@mipmap/ic_launcher_download" android:theme="@android:style/Theme.NoDisplay" - android:screenOrientation="locked" android:excludeFromRecents="true"> <intent-filter> <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> |