655433 Commits

Author SHA1 Message Date
Łukasz Rymanowski
428a73b153 BluetoothAdapter: Extend getActiveDevice with LeAudio
Bug: 150670922
Sponsor: jpawlowski@
Test: NA

Change-Id: I82662de5fe7f86b28dee1edff38761cf48343c5a
2021-11-12 14:25:41 +00:00
Gary Jian
ec84453381 Merge "Added nr advanced calling settings support" 2021-11-12 02:19:38 +00:00
Treehugger Robot
e27b9897c3 Merge "Fix hardware TvInputService binding issue" 2021-11-12 02:12:43 +00:00
Tyler Gunn
ac1369d371 Add links and usage context for telephony strings.
These strings are "strung" together in Telephony for various service
enable/disable operations.  To make it easier for the translation team to
see the context of where these strings are used, adding in links between
the various strings that depend on one another.

Test: Docs only change.
Bug: 205143948
Change-Id: I38ad5f15314fbc35b1bd10ca430a4454de1906fc
2021-11-11 16:31:52 -08:00
Treehugger Robot
82eaf57b6b Merge "Add brycelee to OWNERS." 2021-11-11 23:58:51 +00:00
Dario Freni
c87a89846b Fix the scanning on non-APEX devices.
On devices not supporting APEX the preInstalledApexPath is always equals
to "/system" with no trailing slash.

Test: atest ApkInApexTests; made non-APEX device boot
Merged-In: I238e88684f48981c44e7152f97b4ca16bed6d166
Change-Id: I238e88684f48981c44e7152f97b4ca16bed6d166
2021-11-11 22:13:51 +00:00
Bryce Lee
3c57c4bcab Add brycelee to OWNERS.
Test: none
Change-Id: I4906d8026158fc798b3778bfb7f3591d51f8b1c1
2021-11-11 12:52:32 -08:00
Treehugger Robot
d76da0b633 Merge "Add direct keys to launch applications." 2021-11-11 20:15:37 +00:00
Makoto Onuki
ebbe751713 Making the AM team owner of some tests
Bug: N/A
Test: treehugger
Change-Id: I07452fb368cef58f52b49dfe5df8d566bf0c665a
2021-11-11 11:45:17 -08:00
Ilya Matyukhin
f064ef4e17 Merge "Assume convenience for biometrics not configured in R" 2021-11-11 19:22:24 +00:00
Treehugger Robot
57954552ad Merge "API docs clarification for placing calls." 2021-11-11 19:07:28 +00:00
Kyeongkab.Nam
4ddacb909d Fix hardware TvInputService binding issue
Bind to hardware TvInputService even after disabled and enabled the
service.

Bug: 204469566
Test: manual
Change-Id: I9d009077a19612fbcaf13b3edc6249a85566c3ef
2021-11-12 04:02:43 +09:00
Treehugger Robot
66fadd9057 Merge "Detect system_ext provenance for APKs-in-APEX" 2021-11-11 18:36:29 +00:00
Vishnu Nair
5fb9f63795 Merge "WM: Handle primary display orientation when calculating the transform hint" 2021-11-11 18:20:08 +00:00
Kyeongkab.Nam
11e61ab1fd Add direct keys to launch applications.
Many TV remotes have direct keys to launch the specific
application such as Netflix. KEYCODE_APP_X are
intended to be used for such a purpose and to be handled
by GlobalKeyManager.
Categorized like below.
 - KEYCODE_VIDEO_APP_X
 - KEYCODE_FEATURED_APP_X
 - KEYCODE_DEMO_APP_X

Prevent KEYCODE_APP_X from being sent to the apps.

Bug: 182532772
Test: atest KeyEventInterceptTest
Change-Id: I13c469c92da97014be5c76c230806331f0602b54
Merged-In: I13c469c92da97014be5c76c230806331f0602b54
2021-11-11 18:11:29 +00:00
William Escande
4f3506aaec Migrate telephony to use modules-utils
StateMachine stand-alone library will replace all specific filegroup
created for module.
It will be then moved into modules-utils
precondition is not used in telephony

Bug: 198418216
Tag: #refactor
Test: Build
Change-Id: I82f45294d7f073d15f988f8ffce979096b6e51d0
2021-11-11 18:51:42 +01:00
Jon Eckenrode
a05912b129 Reconciled description of WindowManager with description of Context#createDisplayContext().
Signed-off-by: joneckenrode <joneckenrode@google.com>
Change-Id: I428ab2c0303ebf6414a0e29ad844c1c52af2db43
2021-11-11 16:10:00 +00:00
Jack Nudelman
06fbb6a862 Merge "Unhide Builder, getter, and constructor which includes radioAccessSpecifiers" 2021-11-11 16:02:01 +00:00
Jack Nudelman
74b0f76048 Merge "Adds new configs to support 5g+4g opportunistic switching." 2021-11-11 15:59:00 +00:00
wescande
3fe5af4890 A2DP switch device refactor
Bluetooth mainline effort to reduce AudioManager API

Test: Manual
Tag: #refactor
Bug: 190422401
Fix: 197715842
Fix: 197932292
Merged-In: I65c6561969d443e80f0a49256770279cd0959352
Change-Id: I65c6561969d443e80f0a49256770279cd0959352
2021-11-11 15:22:20 +01:00
Treehugger Robot
8aa04b89e0 Merge "Migrate NetworkStack modules to use modules-utils" 2021-11-11 13:56:26 +00:00
Nicolas Geoffray
32eb226956 Merge "Fix typo." 2021-11-11 12:05:37 +00:00
Mathew Inwood
5d6b13a1fc Make mainline API defs visible to CTS.
These API definitions need to be used by CTS tests so that can assert
things about the mainline API surface differently to the non-updatable
API surface.

Bug: 153997280
Test: m
Change-Id: I275fed235c879c7519c131119ac9384d1aef75d9
2021-11-11 11:21:08 +00:00
Nicolas Geoffray
26ef5ab715 Fix typo.
Test: n/a
Change-Id: Iacfde2e7b3e85e41233681302beed4db3f9ca576
2021-11-11 10:27:02 +00:00
Treehugger Robot
300f1214e7 Merge "include OWNERS from packages/modules/Connectivity" 2021-11-11 09:30:20 +00:00
Luke Edgar
0ba2a37eaf Merge "AAPT Files - Permit invariant filepaths for getting file names" 2021-11-11 09:17:33 +00:00
Maciej Żenczykowski
10a620f215 include OWNERS from packages/modules/Connectivity
Test: N/A
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I605a5ffe7a2f5f3a9086bce07b7295a53d80a43e
2021-11-11 07:46:14 +00:00
Treehugger Robot
02842ed864 Merge "replace R + 1 with S" 2021-11-11 05:23:35 +00:00
Vishnu Nair
cbb12e2e76 WM: Handle primary display orientation when calculating the transform hint
Query the surface flinger property
ro.surface_flinger.primary_display_orientation to determine the
primary display's install orientation. If the window is on the
primary display, then update the transform hint passed on to the
client.

Bug: 196167822
Test: check initial buffer transforms on displays with a different
install orientation

Change-Id: Idf010cd6be73172ba708820f87046c3ba3cf8001
Merged-In: Idf010cd6be73172ba708820f87046c3ba3cf8001
2021-11-11 03:14:21 +00:00
Avinash Malipatil
49020459ed Merge "Add carrier configurations for Opportunistic SIM Activation" 2021-11-11 02:44:33 +00:00
Avinash Malipatil
a27b8d1a4a Add carrier configurations for Opportunistic
SIM Activation

Bug: 204262106
Test: build
Change-Id: I1dbd33c05c839226fa4639cc296635f423cac0b0
2021-11-11 02:44:01 +00:00
Maciej Żenczykowski
d94c963551 replace R + 1 with S
Test: TreeHugger
Bug: 170424293
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Ic28aa1a568bbd0b6d4f06abb7294415afd695fff
2021-11-10 18:16:42 -08:00
Maciej Żenczykowski
cb6164c141 remove PROP_QTAGUID_ENABLED
Remaining hits:
  $ repo grep 'net.qtaguid_enabled|PROP_QTAGUID_ENABLED' | egrep -v '^external/cpuinfo/test/mock/'
  art/Binary file tools/ahat/etc/L.hprof matches
  cts/Binary file tools/release-parser/tests/resources/boot-framework.art matches
  external/cpuinfo/test/dmesg/oppo-r9.log:2212:<14>[   12.785966] (6)[1:init]init: [PropSet]: pid:887 uid:1000 gid:1000 set net.qtaguid_enabled=1
  prebuilts/runtime/appcompat/hiddenapi-flags.csv:412141:Lcom/android/server/NetworkManagementSocketTagger;->PROP_QTAGUID_ENABLED:Ljava/lang/String;,blocked

Bug: 161325508
Test: atest, TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Ifa30a7549396312a970fc07c37e8fa8ed85abec0
2021-11-10 15:52:30 -08:00
Emilian Peev
62d405415b MediaUtils: Tag HAL_PIXEL_FORMAT_RAW12 as non-YUV
Bug: 205179321
Test: Camera CTS
Change-Id: Ib2e7d510db8502e9ed0829e924e741ece7158a4f
2021-11-10 14:16:56 -08:00
Donald Chai
1cfd0c7546 Merge "Fix some obvious typos and copy-paste bugs." 2021-11-10 21:16:52 +00:00
Hao Ke
c1f406eb81 Merge "Adding typed Parcel readMap and readHashMap APIs." 2021-11-10 21:14:41 +00:00
Yifan Hong
acda40633a Merge "health package: switch to aidl HealthInfo" 2021-11-10 21:10:54 +00:00
Jack Nudelman
da76b83197 Adds new configs to support 5g+4g opportunistic switching.
Bug: 186688682
Test: manual testing
Change-Id: Ia78bde63f2471823bb5765cd8022b1aca0074923
2021-11-10 20:55:59 +00:00
David Brazdil
5d72f2eaed Merge "Add virtualization_framework_native flag namespace" 2021-11-10 20:42:25 +00:00
Kevin Chyn
2490ffdc5f Merge "Workaround to support low-area UDFPS on BP" 2021-11-10 19:58:15 +00:00
Jaegeuk Kim
97fe9c7a9c Merge "Compress .so files for PackageManager to reclaim the space" 2021-11-10 16:33:16 +00:00
Hao Ke
446144c9a8 Adding typed Parcel readMap and readHashMap APIs.
Added typed read API of `readMap` and `readHashMap`,
that takes extra clazz parameters check that the class written
on the wire is the same or a descendant from the one provided
as the key and value arguments.

Doing so could enhance the security of Parcel deserialization,
as it would prevent unexpected types of objects being deserialized.
More details can be found at go/safer-parcel.

Test: atest -d android.os.cts.ParcelTest
Bug: 195622897
Change-Id: Ife9d1d7277b6345a6e11856179c301339b2dc087
2021-11-10 15:45:12 +00:00
satayev
39bf2ed7e5 Merge "Update compat owners." 2021-11-10 15:42:31 +00:00
satayev
73c5df816c Update compat owners.
Bug: N/A
Test: N/A
Change-Id: I548b7310c7b77fbcdf3c6f7d85bde8d0129cf460
2021-11-10 15:35:30 +00:00
Rambo Wang
be6e81a4ea Merge "Update javadoc of TelephonyManager#isModemEnabledForSlot" 2021-11-10 15:28:44 +00:00
Nicolas Geoffray
ec2aafa614 Merge "Add a README to frameworks/base/config." 2021-11-10 12:33:34 +00:00
Andrew Scull
a949936fbd Add virtualization_framework_native flag namespace
Bug: 192819132
Test: n/a
Change-Id: Ie604a6a9f0c980a43f8470869f8c5619be40ecfc
2021-11-10 11:18:24 +00:00
Luke Edgar
9109a415b2 AAPT Files - Permit invariant filepaths for getting file names
AAPT compile provides a "--source-path" option that instructs aapt to
use a provided source path rather than the default source resource as
resource orgin. However, this is not file system agnostic. This causes
incorrect outputs of AAPT link, as source path parsing is tied to the
file system. This change ensures that AAPT Files::getFilename can parse
filepaths, regardless of file system filepath type.

Bug: 141301405, 155218379
Test: manually tested on windows with a unix style filepath, passes aapt
tests
Change-Id: I548de01ad513b549dc30eb35d2a59813fa3d4e69
2021-11-10 10:42:05 +00:00
Nicolas Geoffray
417a3ac589 Remove obsolete files on preloaded classes.
These files look to be unused.

Test: m
Change-Id: Idb7a9aa9e71290919b06a48fb4ee2df699494aa4
2021-11-10 10:25:19 +00:00
Nicolas Geoffray
83eb7d1759 Add a README to frameworks/base/config.
Bug: 174746397
Test: N/A
Change-Id: Ie1131c9ff818d1a5308774eb51337f8200a85d79
2021-11-10 09:36:47 +00:00