Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -38165,7 +38165,7 @@ package android.telephony { method public java.util.List<android.telephony.CellInfo> getAllCellInfo(); method public int getCallState(); method public android.os.PersistableBundle getCarrierConfig(); method public android.telephony.CellLocation getCellLocation(); method public deprecated android.telephony.CellLocation getCellLocation(); method public int getDataActivity(); method public boolean getDataEnabled(); method public int getDataNetworkType(); api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -41378,7 +41378,7 @@ package android.telephony { method public java.lang.String getCdmaMdn(int); method public java.lang.String getCdmaMin(); method public java.lang.String getCdmaMin(int); method public android.telephony.CellLocation getCellLocation(); method public deprecated android.telephony.CellLocation getCellLocation(); method public int getCurrentPhoneType(); method public int getCurrentPhoneType(int); method public int getDataActivity(); api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -38264,7 +38264,7 @@ package android.telephony { method public java.util.List<android.telephony.CellInfo> getAllCellInfo(); method public int getCallState(); method public android.os.PersistableBundle getCarrierConfig(); method public android.telephony.CellLocation getCellLocation(); method public deprecated android.telephony.CellLocation getCellLocation(); method public int getDataActivity(); method public boolean getDataEnabled(); method public int getDataNetworkType(); telephony/java/android/telephony/TelephonyManager.java +3 −2 Original line number Diff line number Diff line Loading @@ -1035,14 +1035,15 @@ public class TelephonyManager { * this method will return null. The implementation must not to try add LTE * identifiers into the existing cdma/gsm classes. *<p> * In the future this call will be deprecated. *<p> * @return Current location of the device or null if not available. * * <p>Requires Permission: * {@link android.Manifest.permission#ACCESS_COARSE_LOCATION ACCESS_COARSE_LOCATION} or * {@link android.Manifest.permission#ACCESS_COARSE_LOCATION ACCESS_FINE_LOCATION}. * * @deprecated use {@link #getAllCellInfo} instead, which returns a superset of this API. */ @Deprecated public CellLocation getCellLocation() { try { ITelephony telephony = getITelephony(); Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -38165,7 +38165,7 @@ package android.telephony { method public java.util.List<android.telephony.CellInfo> getAllCellInfo(); method public int getCallState(); method public android.os.PersistableBundle getCarrierConfig(); method public android.telephony.CellLocation getCellLocation(); method public deprecated android.telephony.CellLocation getCellLocation(); method public int getDataActivity(); method public boolean getDataEnabled(); method public int getDataNetworkType();
api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -41378,7 +41378,7 @@ package android.telephony { method public java.lang.String getCdmaMdn(int); method public java.lang.String getCdmaMin(); method public java.lang.String getCdmaMin(int); method public android.telephony.CellLocation getCellLocation(); method public deprecated android.telephony.CellLocation getCellLocation(); method public int getCurrentPhoneType(); method public int getCurrentPhoneType(int); method public int getDataActivity();
api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -38264,7 +38264,7 @@ package android.telephony { method public java.util.List<android.telephony.CellInfo> getAllCellInfo(); method public int getCallState(); method public android.os.PersistableBundle getCarrierConfig(); method public android.telephony.CellLocation getCellLocation(); method public deprecated android.telephony.CellLocation getCellLocation(); method public int getDataActivity(); method public boolean getDataEnabled(); method public int getDataNetworkType();
telephony/java/android/telephony/TelephonyManager.java +3 −2 Original line number Diff line number Diff line Loading @@ -1035,14 +1035,15 @@ public class TelephonyManager { * this method will return null. The implementation must not to try add LTE * identifiers into the existing cdma/gsm classes. *<p> * In the future this call will be deprecated. *<p> * @return Current location of the device or null if not available. * * <p>Requires Permission: * {@link android.Manifest.permission#ACCESS_COARSE_LOCATION ACCESS_COARSE_LOCATION} or * {@link android.Manifest.permission#ACCESS_COARSE_LOCATION ACCESS_FINE_LOCATION}. * * @deprecated use {@link #getAllCellInfo} instead, which returns a superset of this API. */ @Deprecated public CellLocation getCellLocation() { try { ITelephony telephony = getITelephony(); Loading