Commit c1183b81 authored by twellington's avatar twellington Committed by Commit bot

Don't export LauncherShortcutActivity

This activity was inadvertently changed to exported in
https://codereview.chromium.org/2268323003/

BUG=645310

Review-Url: https://codereview.chromium.org/2328843002
Cr-Commit-Position: refs/heads/master@{#417600}
parent 9c917795
...@@ -254,7 +254,7 @@ by a child template that "extends" this file. ...@@ -254,7 +254,7 @@ by a child template that "extends" this file.
android:theme="@android:style/Theme.NoDisplay" android:theme="@android:style/Theme.NoDisplay"
android:taskAffinity="" android:taskAffinity=""
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:exported="true" /> android:exported="false" />
<!-- Upgrade related --> <!-- Upgrade related -->
<activity android:name="org.chromium.chrome.browser.upgrade.UpgradeActivity" <activity android:name="org.chromium.chrome.browser.upgrade.UpgradeActivity"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment