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

Commit 5ea5a94c authored by Gil Cukierman's avatar Gil Cukierman Committed by Android (Google) Code Review
Browse files

Merge "Add Null Cipher Feature Flag Name to TelephonyManager"

parents 2127ea68 aeb261ff
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -388,6 +388,9 @@ public class TelephonyManager {
    /** @hide */
    public static final int INVALID_PORT_INDEX = -1;
    /** @hide */
    public static final String PROPERTY_ENABLE_NULL_CIPHER_TOGGLE = "enable_null_cipher_toggle";
    private final Context mContext;
    private final int mSubId;
    @UnsupportedAppUsage