Add new network type for HSPA+.
Change-Id: Ia949a02e5cb66bc9f7d4d5e7e771e592231c729b
This commit is contained in:
@@ -404,6 +404,9 @@ public class TelephonyManager {
|
||||
public static final int NETWORK_TYPE_LTE = 13;
|
||||
/** Current network is eHRPD */
|
||||
public static final int NETWORK_TYPE_EHRPD = 14;
|
||||
/** Current network is HSPA+
|
||||
* @hide */
|
||||
public static final int NETWORK_TYPE_HSPAP = 15;
|
||||
|
||||
/**
|
||||
* Returns a constant indicating the radio technology (network type)
|
||||
|
||||
Reference in New Issue
Block a user