Merge "Added the high usage hidden APIs back" am: 94189968e5
Change-Id: Idc61feb6c500d0a14798cbb6e76a859a221357b1
This commit is contained in:
@@ -2756,6 +2756,17 @@ public class TelephonyManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @hide
|
||||||
|
* @deprecated Use {@link #getNetworkCountryIso(int)} instead.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.Q,
|
||||||
|
publicAlternatives = "Use {@link #getNetworkCountryIso(int)} instead.")
|
||||||
|
public String getNetworkCountryIsoForPhone(int phoneId) {
|
||||||
|
return getNetworkCountryIso(phoneId);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* When adding a network type to the list below, make sure to add the correct icon to
|
* When adding a network type to the list below, make sure to add the correct icon to
|
||||||
* MobileSignalController.mapIconSets() as well as NETWORK_TYPES
|
* MobileSignalController.mapIconSets() as well as NETWORK_TYPES
|
||||||
|
|||||||
Reference in New Issue
Block a user