Merge "Added command line tool to enable/disable new data stack"

This commit is contained in:
Jack Yu
2021-12-09 19:05:42 +00:00
committed by Android (Google) Code Review

View File

@@ -2502,4 +2502,7 @@ interface ITelephony {
*/
CellIdentity getLastKnownCellIdentity(int subId, String callingPackage,
String callingFeatureId);
/** Check if telephony new data stack is enabled. */
boolean isUsingNewDataStack();
}