-
- Downloads
Change osAppId from String to byte[] to match specs.
OSAppId as defined in the specs is a concatenation of a UUID (representing OSId) converted to byte[], and a byte[] representing the app id. As such it is better to have that as a byte[] in the public APIs instead of String. Made the Builder @hide as well since it is not supposed to be built by any external code. Test: atest DataConnectionTest Test: atest DcTrackerTest Test: atest TrafficDescriptorTest Bug: 185497057 Change-Id: I3d327097397bcfaaca2e6b7c342fb440fd546318
Showing
- core/api/current.txt 1 addition, 8 deletionscore/api/current.txt
- telephony/java/android/telephony/data/TrafficDescriptor.java 17 additions, 12 deletionstelephony/java/android/telephony/data/TrafficDescriptor.java
- telephony/java/android/telephony/data/UrspRule.java 2 additions, 2 deletionstelephony/java/android/telephony/data/UrspRule.java
Loading
Please register or sign in to comment