Merge "Fix Slices in Panel no-op bug"

This commit is contained in:
TreeHugger Robot
2019-03-27 00:54:04 +00:00
committed by Android (Google) Code Review

View File

@@ -3042,9 +3042,8 @@
<activity android:name=".panel.SettingsPanelActivity"
android:label="@string/settings_panel_title"
android:theme="@style/Theme.BottomDialog"
android:documentLaunchMode="always"
android:excludeFromRecents="true"
android:launchMode="singleTop"
android:taskAffinity=".panel.SettingsPanelActivity"
android:exported="true">
<intent-filter>
<action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" />