зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1534875 - Remove SearchWidgetConfigurationActivity from search's appwidget-provider; r=VladBaicu
This was a leftover from an initial implementation which needed to track certain events related to the user adding the search widget. Otherwise it is not needed as we don't actually expose any widget settings to be configured by the user before adding it. Turns out this Activity would actually mess with our PendingIntents which would not fire for when tapping search widget's elements. Differential Revision: https://phabricator.services.mozilla.com/D23543 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
f8fe6eb4ef
Коммит
23317f68c0
|
@ -5,7 +5,6 @@
|
|||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:configure="org.mozilla.gecko.search.SearchWidgetConfigurationActivity"
|
||||
android:initialLayout="@layout/widget_search_default_col_layout"
|
||||
android:minWidth="360dp"
|
||||
android:minHeight="40dp"
|
||||
|
@ -15,4 +14,3 @@
|
|||
android:resizeMode="horizontal">
|
||||
|
||||
</appwidget-provider>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче