am 199d541c: Merge "Trim widget names" into jb-mr2-dev
* commit '199d541c8d5a62551e7d78559824a52270e8cb13': Trim widget names
This commit is contained in:
@@ -448,6 +448,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
Intent shortcutsIntent = new Intent(Intent.ACTION_CREATE_SHORTCUT);
|
||||
List<ResolveInfo> shortcuts = mPackageManager.queryIntentActivities(shortcutsIntent, 0);
|
||||
for (AppWidgetProviderInfo widget : widgets) {
|
||||
widget.label = widget.label.trim();
|
||||
if (widget.minWidth > 0 && widget.minHeight > 0) {
|
||||
// Ensure that all widgets we show can be added on a workspace of this size
|
||||
int[] spanXY = Launcher.getSpanForWidget(mLauncher, widget);
|
||||
|
||||
Reference in New Issue
Block a user