Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 470d9be2 authored by Meng Wang's avatar Meng Wang Committed by android-build-merger
Browse files

Merge "Add hidden constant IS_USER to TelephonyUtils" am: f7ec7caa am: 83357c73

am: e27a8d04

Change-Id: I50cf0287fd0d98b931abb1698a71f625980ba21d
parents cc8bf1fb e27a8d04
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ import android.os.SystemProperties;
 * This class provides various util functions
 */
public final class TelephonyUtils {
    public static boolean IS_USER = "user".equals(android.os.Build.TYPE);

    /** {@hide} */
    public static String emptyIfNull(@Nullable String str) {
        return str == null ? "" : str;