Merge \\"resolve merge conflicts of afed6f8 to nyc-dev\\" into nyc-dev am: 0c4f1c7e5c
am: bee500e374
Change-Id: I7c1ad4e3fa9b1bab21ab931be6ccaae33e89f20b
This commit is contained in:
@@ -29,7 +29,9 @@ import android.text.Html;
|
||||
import android.text.TextPaint;
|
||||
import android.text.TextUtils;
|
||||
import android.util.Printer;
|
||||
|
||||
import android.text.BidiFormatter;
|
||||
import android.text.TextPaint;
|
||||
import android.text.Html;
|
||||
import java.text.Collator;
|
||||
import java.util.Comparator;
|
||||
|
||||
@@ -44,7 +46,6 @@ import java.util.Comparator;
|
||||
*/
|
||||
public class PackageItemInfo {
|
||||
private static final float MAX_LABEL_SIZE_PX = 500f;
|
||||
|
||||
/**
|
||||
* Public name of this item. From the "android:name" attribute.
|
||||
*/
|
||||
@@ -145,7 +146,7 @@ public class PackageItemInfo {
|
||||
}
|
||||
return packageName;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Same as {@link #loadLabel(PackageManager)} with the addition that
|
||||
* the returned label is safe for being presented in the UI since it
|
||||
|
||||
Reference in New Issue
Block a user