- Jul 06, 2022
-
-
Steven Moreland authored
-
Steven Moreland authored
This method clears the calling identity of a kernel binder call. However, there is now a generic API to disallow the use of kernel binder calling identities. This is used by RPC binder calls in order to ensure that code doesn't accidentally assume the default (<pid>, <uid>) calling identity means that the call originated from another process. In the C++ layer, this API is attached to IPCThreadState. In the future, we could consider expanding the scope of this API to code and restore many types of calling IDs, but the current return type may not have enough space, and I want to push people away from thread locals (globals) for now. Bug: 237245600 Test: N/A Change-Id: I6e293814769cbd3c41e72afd95385af31ceb099f
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Miguel Aranda authored
-
- Jul 05, 2022
-
-
Hani Kazmi authored
-
Miguel authored
This test has been timing out due to it's long runtime and causing other tests to fail. Since it is already the simplest it can be we should just delete it. Bug: 237633188 Test: atest ExpensiveObjectsPerfTest Change-Id: Id334fc9bd650206d0433433ff27abd6fab695d0a
-
- Jul 04, 2022
-
-
Treehugger Robot authored
-
- Jul 03, 2022
-
-
Yiwei Zhang authored
Chroma channels of YUV420 images are subsampled we may need to shrink the crop region by a whole texel on each side. Since skia still adds its own 0.5 inset, we apply an additional 0.5 inset. See GLConsumer::computeTransformMatrix for details. Bug: 204725913 Test: android.media.cts.DecodeAccuracyTest Test: android.view.cts.PixelCopyTest Change-Id: I38bd3d1e5f4c62fff3dd0374c3f2500f1a2d90b9
-
- Jul 01, 2022
-
-
Takeshi Kishimoto authored
-
Matthew Zavislak authored
- FLAG_SYSTEM had a small typo Test: Documentation only, not needed Change-Id: Iaa27b7ccac6090658e5f893778997a6ce850b8b0
-
- Jun 30, 2022
-
-
Treehugger Robot authored
-
Hyunyoung Song authored
Test: not needed as modifying OWNERS file Change-Id: Id4d57d2067828bee102ee5d5335b15790e454e9f
-
Treehugger Robot authored
-
brycelee authored
-
Hani Kazmi authored
Upon deserialization, various APIs would check that the passed in class was assignable from the creator's enclosing class - which was assumed to always be the Parcelable type. This assumption is not always true, so updating the check to explicitely store the parcelable type Fix: 232589966 Test: m && atest ParcelTest && atest BundleTest Change-Id: I59b650a854944e9020615a65798c5e54f5540aaa
-
Chris Li authored
-
Chiachang Wang authored
-
- Jun 29, 2022
-
-
Treehugger Robot authored
-
brycelee authored
Test: manual Change-Id: I754495bda53184f6f95f4b88ff4e1149a7c37cd1
-
Treehugger Robot authored
-
Venkatarama Avadhani authored
Do not allow oneTouchPlay and getDisplayStatus methods to be called with null callback as an argument. Bug: 236687418 Test: None Change-Id: I9f1b3ec5c1a44fd588068881febd35d34930f031
-
Nicu Corj authored
- Add new api in ActivityOptions for a caller to be able to specify launch TaskDisplayArea in ActivityOptions. - Add option to specify launch TaskDisplayArea featureId in ActivityManagerShellCommand. Bug: 234349363 Test: atest TaskLaunchParamsModifierTests Change-Id: I092787ede5245d15774e01054c408533fe632b57
-
- Jun 28, 2022
-
-
Jooyung Han authored
This was done via the hard-coded list in build/soong. Bug: 158059172 Test: m Merged-In: Ie6dc1f59b459ec01605d796a4d81be04bc1d07da Change-Id: Ie6dc1f59b459ec01605d796a4d81be04bc1d07da
-
Treehugger Robot authored
-
William Escande authored
-
Alastair Breeze authored
Bahrain adding 85999 for use case with Android Emergency Location Service in Bahrain. Bug: 237320943 Bug: 235138474 Test: manual tests conducted as per instructions in go/premiumsms Change-Id: I90424bee99968b4111d02f1e8a7a7a6fa166a8ab
-
Alastair Breeze authored
-
chiachangwang authored
This commit passes through package added/removed broadcasts, triggering the VPN to update the allowed/excluded UIDs. This is required because the VPN app exclusion list is stored in the keystore. The UID range for the VPN network agent should be updated when the package status is updated. As an example, consider the following sequence: - Package A is installed, and in the exclusion list. - A is uninstalled - VPN starts, A is not installed, so no UID A to exclude - A is re-installed after VPN is started - The VPN would include the app A, potentially breaking it. Bug: 231373589 Test: atest FrameworksNetTests Change-Id: I7ee32103ffdfc97e4c95007f35671cefeb9b22d7
-
Alastair Breeze authored
Colombia adding 85517 for use case with Android Emergency Location Service in Colombia. Mexico adding 91101 for use case with Android Emergency Location Service in Mexico. Bug:235139281 Bug:235138474 Test: manual tests conducted as per instructions in go/premiumsms Change-Id: I889a3250d8d54fa000719dab9e0fc1c33111aee3
-
SongFerng Wang authored
-
SongFerngWang authored
After onGroupIdChanged, the CsipDeviceManager assigns the first device with the same groupId as main device. It is not correct since the main device shouble be the active device. This issue causes the summary can't shows 'Active' at the Settings. Bug: 232892046 Test: Build pass Change-Id: I00e5471b9315c896b8c16723ad37d66a922c27e4 Merged-In: I00e5471b9315c896b8c16723ad37d66a922c27e4
-
Eric Biggers authored
-
Eric Biggers authored
-
- Jun 27, 2022
-
-
Roopa Sattiraju authored
Bug: 216731966 Test: Compile and Test Cherry-picked from tm-dev Merged-In: Ic8e9c2db0743738b2b6649451c79a559c3b8edc5 Change-Id: Ic8e9c2db0743738b2b6649451c79a559c3b8edc5
-
Tyler Freeman authored
Test: N/A Change-Id: Ia292ff9ff867d387c7ec7910e51ac730501d00af
-
Treehugger Robot authored
-
Eric Biggers authored
scryptN, scryptR, and scryptP are really the log base 2 of the scrypt parameters N, R, and P -- not N, R, and P themselves as their names suggest. Rename them accordingly. No change in behavior; this is just a cleanup. Test: atest SyntheticPasswordTests Change-Id: I2b3bfe73e623ebf6f0f9d4de11f6e7d00d825522
-
Eric Biggers authored
Remove the in-class implementation of hex encoding and just use HexEncoding, which was already being used in one place. No change in behavior since the encoding remains the same. In particular, upper case A-F is still used instead of lower case a-f. Test: atest SyntheticPasswordTests Change-Id: I493e4b894f76670bcb9cba8a8a774f3f5832e769
-
Eric Biggers authored
-