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

Commit 7dbd479b authored by Jack Yu's avatar Jack Yu Committed by Android (Google) Code Review
Browse files

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

parents a9b6d17d abbaf551
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2502,4 +2502,7 @@ interface ITelephony {
     */
    CellIdentity getLastKnownCellIdentity(int subId, String callingPackage,
            String callingFeatureId);

    /** Check if telephony new data stack is enabled. */
    boolean isUsingNewDataStack();
}