Merge "Do not restart printSpooler when switching portait mode / landscape mode"

This commit is contained in:
Philip P. Moltmann
2015-11-19 16:56:57 +00:00
committed by Android (Google) Code Review

View File

@@ -61,7 +61,7 @@
<activity
android:name=".ui.PrintActivity"
android:configChanges="orientation|screenSize"
android:configChanges="screenSize|smallestScreenSize|orientation"
android:permission="android.permission.BIND_PRINT_SPOOLER_SERVICE"
android:theme="@style/PrintActivity">
<intent-filter>