- May 22, 2024
-
-
Yi-an Chen authored
Bug: 336313566 Test: All existing automation tests Change-Id: Ia057172bba96397a8cdeedb80562b0ce6d948934
-
Chaitanya Cheemala authored
This reverts commit 6dc967b4. Reason for revert: Likely culprit for b/342044448 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Change-Id: Iaf9540ac9f139ede43f22752e67046847416f507
-
- May 11, 2024
-
-
Vlad Popa authored
Using the exported Bt flag supported_metadata_device_types_apis to determine whether to use the BtDevice constants. We are duplicating the constants for clients that have written values with the given metadata keys (see FastPair initial implementation) Flag: com.android.bluetooth.flags.Flags.supportMetadataDeviceTypesApis Test: manual device type change Bug: 335936458 Change-Id: I582e12967bbc4787d278964beb7a450518bc93f9
-
- May 09, 2024
-
-
Kholoud Mohamed authored
Revert submission 27247835-headlessDoAttribute Reason for revert: potential root cause for b/339271272 Reverted changes: /q/submissionid:27247835-headlessDoAttribute Change-Id: Ic1212e6d1c6d01bf49000193081e748e948ce797
-
- May 07, 2024
-
-
Kholoud Mohamed authored
Bug: 338588825 Test: manual Test: btest a.d.c.CreateAndManageUserTest Test: btest android.devicepolicy.cts.ProvisioningTest Change-Id: Ic0a5edfcbee88b0f89464282ba7e7af97abb2611
-
- May 03, 2024
-
-
Oriol Prieto Gasco authored
Set the container field of aconfig flags Test: printflags --format='{package}:{container}:' | grep "::" Bug: 312769710 Flag: NONE Change-Id: I84fda0d5e9813940609436d825738ff786908ff0
-
- May 02, 2024
-
-
Richard MacGregor authored
Export packagemanager flags for uses in permission module Bug: 322515720 Test: manual Change-Id: I1d9a9320888427da3953dd7118471856103b79a1
-
- Apr 29, 2024
-
-
Mina Granic authored
Bug: 314960895 Test: atest FrameworksCoreTests:WindowFlagsTest Change-Id: I548c9486102197f31f557625aa01f081726c688f
-
- Apr 23, 2024
-
-
Yu Liu authored
Bug: 330354107 Test: CI Change-Id: I196d9165725ab7866ef2ebd988bb622f262641c1
-
- Apr 19, 2024
-
-
Jared Duke authored
This library is still referenced by most (~70%) of the most commonly used Android apps, and preloading yields modest improvements to both app startup latency and memory, particularly for lower-end devices. Add support for preloading the library behind a new flag: com.android.internal.os.enable_apache_http_legacy_preload Bug: 241474956 Test: m + ART benchmark service Test: atest FrameworksCoreTests:android.app.ApplicationLoadersTest Flag: com.android.internal.os.enable_apache_http_legacy_preload Change-Id: Iff97a0a78d9b4c12da963d252574a0a9bd8dd87d
-
Yu Liu authored
Bug: 330354107 Test: CI Change-Id: I508c4ef2db631b723f85269527367e0adc0fb14e
-
Oluwarotimi Adesina authored
BUG: 333312675 Test: manual Change-Id: Ibcd504ee471fcd6328bae51111bd362ebcf90eae
-
Dennis Shen authored
This reverts commit 02287dc9. Reason for revert: Performance regression is gone based on go/abtd verification, reintroduce the change. Change-Id: I0dceae0d564612925f23002ac76fb60bbbe599f1
-
Jihoon Kang authored
This change makes dropbox_flags_lib visible to metalava so metalava won't hide the guarded api. Since the guarded api are in the framework, this change move this flag to framework flag list. Bug: 333995906 Test: lunch sdk-next-eng && m sdk dist and presubmit Change-Id: I4ae6c4023816d2d4b87a990d949f6094ab6fd7d3
-
- Apr 18, 2024
-
-
Zhi Dou authored
This change makes backstage_power_flags_lib visible to metalava so metalava won't hide the guarded api. Since the guarded api are in the framework, this change move this flag to framework flag list. Bug: 333995906 Test: lunch sdk-next-eng && m sdk dist and presubmit Change-Id: Id21ae3029a2201a879e53248de2a5c5e6a969ec7
-
- Apr 10, 2024
-
- Apr 08, 2024
-
- Apr 05, 2024
-
-
Ilyas Sung authored
Bug: 289515470 Test: m Change-Id: Ic8dfa94af3add89062237defcdc346f788b185d7
-
Pechetty Sravani authored
This reverts commit 05fd2610. Reason for revert: Potential culprit for b/333003287- verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Change-Id: I99c2f4a0975518c0593d073611466ad17424e222
-
Zhi Dou authored
Test: presbumit Bug: 320485496 Change-Id: I6c8e51b928100df2dd3d9b6e209433acf40cfb3a
-
- Apr 02, 2024
-
-
Manish Singh authored
Bug: 313610433 Test: manual Change-Id: If3a59fb4fb60e0f7223a20f327d4f07598abc49a
-
Sanal Buvaev authored
Change-Id: I37e2513fa15667c2c31c053719bbe0c1a280ba69 Test: m
-
- Mar 30, 2024
-
-
Yu Liu authored
Bug: 330354107 Test: CI Flag: NONE Ignore-AOSP-First: It is easier to detect all the mismatch in internal master. Change-Id: I41c11c7deda2936d39701a3a694166c5e49d423a
-
- Mar 21, 2024
-
-
Ady Abraham authored
Bug: 310026579 Test: presubmit Change-Id: I535e5c0201e025a881d898f0b6ee22700fee99de
-
- Mar 19, 2024
-
-
Lee Shombert authored
This change makes trunk-stable flags from the android.database.sqlite package available to the sqlite jni C++ files. To use a flag in one of the SQLite source files (or any C++ file): ```` #include <android_database_sqlite.h> bool myFlag = android::database::sqlite::my_sqlite_flag(); ```` Tested by referencing an existing sqlite flag in android_database_SQLiteConnection.cpp. The change to that source file is not part of this CL. Bug: 329900153 Change-Id: I3424cdd7a88886e67ed86b7514b8abb919f9fec3
-
- Mar 15, 2024
-
-
Joy Babafemi authored
Bug: 329311626 Change-Id: Iebe472f1247ecc13e53bcdc962ffe8b67f65ae28
-
- Mar 14, 2024
-
-
Shashwat Razdan authored
Test: CTS Bug: 309689654 Change-Id: I0b820180eca2dfe32287132b941a5719ad7e26ca
-
- Mar 11, 2024
-
-
Chip Fukuhara authored
For performance savings, we will only log appcompat changes to debug if it targets the latest sdk version and it is not disabled. These can still be turned back on with `adb setprop log.tag.CompatChangeReporter=DEBUG`. Test: atest PlatformCompatFrameworkTests; atest FrameworksServicesTests:ActivityManagerServiceTest; atest FrameworksServicesTests:ProcessRecordTests; atest FrameworksServicesTests:CompatConfigTest; atest FrameworksServicesTests:PlatformCompatTest Bug: 323949942 Flag: skip_old_and_disabled_compat_logging Change-Id: I9efef3af940d7597105ef796774f8cc474194c19
-
- Mar 09, 2024
-
-
Biswarup Pal authored
Test: atest libtracing_perfetto_tests Bug: 303199244 Change-Id: I75e4b747e29c3974a8ad0b3753c36692c0c96e03
-
- Mar 08, 2024
-
-
Manish Singh authored
This is specifically for the private profile. Currently, the ProfileSelectFragment assumes that two tabs need to be shown. Extending that to allow variable number of tabs depending on the client's needs. It still assumes that if client doesn't specify the number of tabs then two tabs need to be shown - which matches the current impl and allows the current clients to keep functioning w/o any changes needed. Bug: 309402121 Test: manual Change-Id: Ia544ffdd7e0799bcd2e2a9f8f95cc283bb718d91
-
- Mar 04, 2024
-
-
Matt Buckley authored
Bug: 315894228 Test: manual Change-Id: Ie23154e5af53b581fa84062110fd3d8ccdb17c11
-
- Feb 29, 2024
-
-
Priyanka Advani authored
This reverts commit 3256901e. Reason for revert: Likely culprit for b/327606846. Will be running through ABTD for confirmation and before submitting the revert. Change-Id: I7332c0350413f9a2552df92ca2d5f7f4eb2bb2b3
-
Brandon Liu authored
Functionality implementation for Resources.registerResourcePaths() API. Load resources paths for a shared library and add these resources to all existing and future contexts while app is running. Bug: b/324000040 Test: Added and verified affected tests pass. Change-Id: I7ef6c8ec6f82884760ace4ab711bf480b949a5ee
-
- Feb 28, 2024
-
-
Zhi Dou authored
This change creates exported mode flag library for package android.os. This exported flag library should be used in other containers. Bug: 321743530 Test: presubmit Change-Id: Idd1323ac8ac17833df1a7de6642262384f253095
-
- Feb 22, 2024
-
-
Jernej Virag authored
This follows the pattern used by Icon objects (for e.g. Notifications) where contructing the object creates a shared memory Bitmap so updates and transport to other processes doesn't add extra large memory copies. This is important for things like album art which can be rather large (we see 1000x1000 bitmaps occasionally). Bug: 288241280 Flag: ACONFIG com.android.media.performance.MEDIA_DESCRIPTION_ASHMEM_BITMAP DISABLED Test: on cheetah with media applications Change-Id: I6320b000ed4a3785b67c8574aa3ad3b3195ee273
-
- Feb 20, 2024
-
-
Kangping Dong authored
There are two Thread flag files in frameworks/base and packages/modules/Connectivity/thread. Both are currently using the same "com.android.net.thread.flags" package name for their flags. While all flags needs to be built in a aconfig_declarations target, two aconfig_declarations can't have the same package name: ``` FAILED: out/soong/build.aosp_arm.ninja cd "$(dirname "out/host/linux-x86/bin/soong_build")" && BUILDER="$PWD/$(basename "out/host/linux-x86/bin/soong_build")" && cd / && env -i "$BUILDER" --top "$TOP" --soong_out "out/soong" --out "out" --soong_variables out/soong/soong.aosp_arm.variables -o out/soong/b uild.aosp_arm.ninja --globListDir aosp_arm --globFile out/soong/globs-aosp_arm.ninja -l out/.module_paths/Android.bp.list --available_env out/soong/soong.environment.available --used_env out/soong/soong.environment.used.aosp_arm.build Android.bp 2 aconfig_declarations found for package com.android.net.thread.flags ``` To resolve this issue, this commit renames the platform flags to package name "android.net.thread.platform.flags". This commit is required by ag/26286387 Bug: 325886480 Merged-In: Icacf88f7c0aa499b4b29f4072ae58840f0b1761f Change-Id: Icacf88f7c0aa499b4b29f4072ae58840f0b1761f
-
Kangping Dong authored
(This is a cherry-pick of aosp/2968526 for resolving merge conflicts) There are two Thread flag files in frameworks/base and packages/modules/Connectivity/thread. Both are currently using the same "com.android.net.thread.flags" package name for their flags. While all flags needs to be built in a aconfig_declarations target, two aconfig_declarations can't have the same package name: ``` FAILED: out/soong/build.aosp_arm.ninja cd "$(dirname "out/host/linux-x86/bin/soong_build")" && BUILDER="$PWD/$(basename "out/host/linux-x86/bin/soong_build")" && cd / && env -i "$BUILDER" --top "$TOP" --soong_out "out/soong" --out "out" --soong_variables out/soong/soong.aosp_arm.variables -o out/soong/b uild.aosp_arm.ninja --globListDir aosp_arm --globFile out/soong/globs-aosp_arm.ninja -l out/.module_paths/Android.bp.list --available_env out/soong/soong.environment.available --used_env out/soong/soong.environment.used.aosp_arm.build Android.bp 2 aconfig_declarations found for package com.android.net.thread.flags ``` To resolve this issue, this commit renames the platform flags to package name "android.net.thread.platform.flags". This commit is required by ag/26286387 Bug: 325886480 Merged-In: Icacf88f7c0aa499b4b29f4072ae58840f0b1761f Change-Id: Icacf88f7c0aa499b4b29f4072ae58840f0b1761f