- Aug 06, 2018
-
-
Mathew Inwood authored
For packages: android.renderscript This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: I016f6e720e79c48afe44f4690b5dd99fc81ae780 Merged-In: I1aa8ebca448547031b426a7b305c5c3d6fcf2652
-
Remi NGUYEN VAN authored
-
- Aug 03, 2018
-
-
Treehugger Robot authored
* changes: Revert^2: Greylist com.google.vr.platform hidden methods Revert^2: Start using new list of non-SDK APIs
-
David Brazdil authored
Enforcement of non-SDK API is being extended to all modules on the boot class path. This includes the com.google.vr.platform package, which is used to set up VR on a given device. Two hidden methods are used by the client static library via reflection. Mark them @UnsupportedAppUsage so that they remain discoverable. Bug: 111911841 Test: make Merged-In: Iaed1cd6bc7419597510bfc1ab30a169f75e4ae3f Change-Id: Iaed1cd6bc7419597510bfc1ab30a169f75e4ae3f (cherry picked from commit a1c19e12)
-
David Brazdil authored
The `hiddenapi` build tool has been extended to provide a full list of non-SDK APIs in an effort to remove dependency on Doclava. This patch changes the build rules generating non-SDK API lists to start using hiddenapi's list instead of Doclava's. Consequences: (a) some greylist entries change signature (fixing Doclava varargs bug) (b) cloned public fields are now whitelisted (b/79432238) (c) new APIs need to be greylisted because they are used by apps Bug: 79432238 Bug: 79409988 Bug: 76424618 Test: phone boots Merged-In: I681c1e97d0929cfb1d357b2243ecb210d18f9e87 Change-Id: I681c1e97d0929cfb1d357b2243ecb210d18f9e87 (cherry picked from commit b59c36f5)
-
Treehugger Robot authored
-
Mathew Inwood authored
-
Remi NGUYEN VAN authored
The current utilities map the higher-order bytes of ints to the lower-order bytes of IPv4 addresses, which makes applying masks and generating series of addresses confusing. For example, the current utilities would convert 1.2.3.4 to 0x04030201, or generate 0x0080ffff for a /17 subnet mask. The utilities in this CL convert 1.2.3.4 to 0x01020304, and a /17 subnet mask is represented as 0xffff8000. Includes tests for all the above methods and migration of NetworkUtilsTest to JUnit4. Test: added tests pass Change-Id: I5f5aa2e6e3b054b66b9dc507dab64f41be9139b1
-
- Aug 02, 2018
-
-
Nathan Harold authored
-
Svet Ganov authored
When we fixed proper handling of location permisison gating sensitive telephony calls we stopped throwing a security exception when the permission is not held by the caller. While this is not a security issue there is no reason to change this behavior which is checked by CTS. This CL starts throwing a security exception if the permission is not held. Test: atest android.permission.cts.NoLocationPermissionTest bug: 74074103 Merged-In: Ic891d62b408c692f84a345f24503f7f25d583e35 Change-Id: Ic891d62b408c692f84a345f24503f7f25d583e35 (cherry picked from commit 33b15093)
-
Makoto Onuki authored
-
Treehugger Robot authored
-
gaoshiqi authored
use app.userId Change-Id: I989289e895d4263823cc68bf5ee1e307334aeafb Merged-in: I1cbc37fdda8530bee6f1cf1d4d7d16776b4ff55d Signed-off-by:
gaoshiqi <gaoshiqi@xiaomi.com>
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Mathew Inwood authored
-
Treehugger Robot authored
-
Mathew Inwood authored
-
Treehugger Robot authored
-
- Aug 01, 2018
-
-
Hall Liu authored
-
Treehugger Robot authored
-
Mathew Inwood authored
For packages: android.ddm This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: I9f1ac383f0f71b8c9437756e3d526ee64ad0c558 Merged-In: Ia3e508bf6fbb48ca0fad3dc7b6dc722aac29c191
-
Mathew Inwood authored
For packages: android.bluetooth.le android.bluetooth This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: Ifcf24c0617acd7facc0e03f30a95c3a6b09b205c Merged-In: I88a1311e27c5f9a5f9d1035db76034f86f650efc
-
Mathew Inwood authored
For packages: android.animation This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: I6702ce1fb26452971e5eee8da15d5816dd75bb12 Merged-In: If0667154031b254fd632e1332fb65e9b08955755
-
Mathew Inwood authored
For packages: android.accessibilityservice This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: Ic677593dc2d206335275ecbad4d4a1020972ef38 Merged-In: I9437532ae617eda28aa5ae796563e985cc0ddbca
-
Mathew Inwood authored
For packages: com.android.ims.internal.uce.uceservice com.android.ims.internal.uce.presence com.android.ims.internal.uce.options com.android.ims.internal.uce.common com.android.ims.internal com.android.ims This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: I9e39973bf43a80f17038f7e239a94ef2209e6e2a Merged-In: Ib1819d4d15e730c0f224b45fb72f3225b0dddf91
-
Mathew Inwood authored
Putting /** @hide */ on the same line results in the automated annotation addition putting the annotation the previous line, which then results in the @hide javadoc annotation being ignored (since it's now no longer strictly before the method declaration). Bug: 110868826 Test: m Change-Id: I1b5c290a17ead46effd2f2ff3f4b33884efbc116
-
Treehugger Robot authored
-
Mathew Inwood authored
@UnsupportedAppUsage annotations are added automatically, but this does not work when there are multiple definitions on the same line. Test: m Bug: 110868826 Change-Id: I2c26c136cdfa557e45cf1ee0b39dab9c17abde56
-
Mathew Inwood authored
-
- Jul 31, 2018
-
-
Treehugger Robot authored
-
Nathan Harold authored
-
Nathan Harold authored
-
Mathew Inwood authored
For packages: android.printservice.recommendation android.printservice android.print.pdf android.print This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: Id5e5af10a0406db44046c68a4ea659feaf899ec7 Merged-In: I97fb9c95dad2f93a8e989f3f48f323e9f76eaf31
-
Mathew Inwood authored
For packages: android.nfc.tech android.nfc.dta android.nfc.cardemulation android.nfc This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Merged-In: I6176e760bb0912fd075a36d65fa0b49680c14aa3 Change-Id: I2da62ff82b75ba4a5a0a64d02c6ebdb101992765
-
Mathew Inwood authored
For packages: android.inputmethodservice This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: I4b417b8257486fbdaa3b0f54a02ab70696d199e0
-
Mathew Inwood authored
For packages: android.graphics android.graphics.drawable android.graphics.drawable.shapes android.graphics.fonts android.graphics.pdf This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Merged-In: I7fc1162d2c63df8751a4660607e8ce72070efed8 Change-Id: I5d7739d2d1fc7bb12ee059bcc2a9ac9017ca35fb
-
Luke Huang authored
-
Mengjun Leng authored
In android original design, the duration of CDMA MO call is started from the dial command sent, so it is not the real duration of the active time. In this patch, a new message is registered to listen the event of the call accepted, and then reset the duration when the event happens. Change-Id: Icc447012030ae243f200ec2c83b7d5210af9b31c
-
Luke Huang authored
Test: runtest frameworks-net passes Test: manual testing of idletimer works Change-Id: I63e20aa3861e613b0970be30a70d0972d7e33d8c
-