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

Commit d8fa5872 authored by Daniel Bright's avatar Daniel Bright Committed by Automerger Merge Worker
Browse files

Merge "Allows APN to be unthrottled through an indication" am: bc99f763 am:...

Merge "Allows APN to be unthrottled through an indication" am: bc99f763 am: 98a2cb47 am: 1cf14ba6 am: 50627f90 am: ade1d2a6

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1479020

Change-Id: I925ee92efab84ec49d5001903d7eb33a1183e57e
parents 87b08d46 ade1d2a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -576,6 +576,7 @@ public interface RILConstants {
    int RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION = 1048;
    int RIL_UNSOL_NETWORK_SCAN_RESULT = 1049;
    int RIL_UNSOL_KEEPALIVE_STATUS = 1050;
    int RIL_UNSOL_UNTHROTTLE_APN = 1052;

    /* The following unsols are not defined in RIL.h */
    int RIL_UNSOL_HAL_NON_RIL_BASE = 1100;