- Nov 08, 2023
-
-
Miguel Aranda authored
-
Kangping Dong authored
-
Kangping Dong authored
Defines permissions for guarding access to Thread network API. The permissions are also granted to shell for CTS tests, see the instructions here: go/ctswrite#write-a-test-to-test-an-api-that-requires-system-permission Design doc: go/thread-android-api Bug: 262683651 Merged-In: Ib15d5589bbd304d68840ee52a193676d12110512 Change-Id: Ifc6c1d55cc170a5a200dfb5d531f5e0f86a9507a
-
- Nov 07, 2023
-
-
Treehugger Robot authored
-
Albert Dai authored
-
Treehugger Robot authored
-
Rongxuan Liu authored
-
Nate Myren authored
-
Jayachandran C authored
-
Riddle Hsu authored
-
Anton Hansson authored
-
Gayatri Priya Thokala authored
Google RCS uses FTEU MO SMS for phone number verification. Ownership proof for NA-40005, AE-6253 , IL-37477 https://screenshot.googleplex.com/5joX8KU4wYppqff BUG: 305921190, 305917950, 295455225 TEST: tested the regional configuration with and without the allow listing as per go/premiumsms NA-40005 Before Allow Listing: https://screenshot.googleplex.com/8KYHE2B5wdm6Q4x After Allow Listing: https://screenshot.googleplex.com/836CUKMMfomSTBp AE-6253 Before Allow Listing: https://screenshot.googleplex.com/AwYyxfZmiT3opXZ After Allow Listing: https://screenshot.googleplex.com/A2qhb5LPieEYdV8 Change-Id: I84eeb97d974cd8eabdcd3942bd749c1421a61f83 Signed-off-by:
Gayatri <Priya(gayatripriya@google.com)>
-
Xiaolu Zeng authored
-
George Mount authored
-
- Nov 06, 2023
-
-
Thiébaud Weksteen authored
* changes: Add test for mis-annotated method Enable related issues in EnforcePermissionDetectorTest Allow short strings for manifest permissions in @EnforcePermission
-
Anton Hansson authored
The non-updatable part of the API has a few deps on module APIs. Extract the list of libs to satisfy those deps into a variable so that it can be shared between the stubs_default and the java_library. Test: m Change-Id: Id416d294150131b477fc9c73a2d5811cfbf7012f
-
Rongxuan Liu authored
Bug: 274106369 Test: mma Change-Id: I5f7186c076a99cf712d82903fe584a6303d49ffa Merged-In: I5f7186c076a99cf712d82903fe584a6303d49ffa
-
Leif Martensson authored
Changing the eventlog id since the range 1000000-2000000 is reserved for partners and others who want to define their own log tags without conflicting with the core platform. Bug: 305787657 Test: manual Change-Id: I49c30d9244cf7d681d7ed510cd8dc1e93634a3cd
-
Riddle Hsu authored
Some tests may have the order: 1. removeTask in tearDown Schedule KILL_TASK_PROCESSES_TIMEOUT_MSG to wait for the activity to be destroyed. 2. forceStopPackage in tearDown The process is forced killed, but the scheduled timeout is not cleared. 3. Launch the app again in a short time If the timeout reaches before the activity attached to the new process, the process will be killed so the test is failed due to target activity not detected. Originally the pending-kill state is consumed (clear flag and kill task processes) only when the activity is destroyed. So this change ensures it is done by the general cleanup that is also called when the process died. Bug: 293280011 Test: atest RecentTasksTest#testRemovePackageByName Merged-In: I8cf8d67cc7cd39b6cc8db91498dc901f494ae85e Change-Id: I8cf8d67cc7cd39b6cc8db91498dc901f494ae85e
-
- Nov 03, 2023
-
-
Suren Baghdasaryan authored
-
Song Chun Fan authored
-
Cole Faust authored
This causes non-reproducable builds. Bug: 307824623 Test: ./build/soong/tests/genrule_sandbox_test.py UpdatableSystemFontTest_NotoColorEmojiV0.ttf Change-Id: I2f055740f44153a85fad6040d825c2e80bf2e77d
-
- Nov 02, 2023
-
-
Albert Dai authored
It can help the voice interactor and its binding processes being in at least foreground cpuset instead of restricted when the device is dreaming. When the device is dreaming and the voice interactor is being used, BIND_SCHEDULE_LIKE_TOP_APP can only make voice interactor being in top-app cpuset but does not change the proc state. BIND_TREAT_LIKE_VISIBLE_FOREGROUND_SERVICE can change the proc state of voice interactor to be FOREGROUND_SERVICE. Bug 301613300 Test: invoke Assistant on a docked and locked Pixel Tablet, confirm :search cpuset becomes foreground. Change-Id: I758535824b0d79790f028e19a1e78398233b3389
-
Yan Yan authored
-
James Willcox authored
-
Suren Baghdasaryan authored
Return correct FrameworkStatsLog.reason for the newly added LOW_MEM kill reason. Without this fix telemetry will register these kills as LMK_KILL_OCCURRED__REASON__UNKNOWN. Bug: 306755741 Change-Id: I8be6ea532de35b7b8a645fbde51e0dce62bd64ce Signed-off-by:
Suren Baghdasaryan <surenb@google.com>
-
Treehugger Robot authored
-
George Mount authored
Test: none Change-Id: I18d115b534c0312c4185dd5cf5b1ab062311529d
-
Suren Baghdasaryan authored
-
Peiyong Lin authored
-
Victor Hsieh authored
-
Victor Hsieh authored
Test: N/A Bug: N/A Change-Id: Ic05d48d7df4d6036b8e972678d90a34e6430a6ec
-
Ian Baker authored
-
Anton Hansson authored
-
Eran Messeri authored
-
Eran Messeri authored
KeyMint handles challenges up to 128 bytes. Document this in the KeyGenParameterSpec Builder. Bug: 307714384 Test: m Change-Id: Ib2082edd12828649225c42de56e176540e997467
-
Venkatarama Avadhani authored
When the flag mediametadataretriever_default_rgba8888 is set, use RGBA_8888 as the color format in getFrameAtTime call. Add the unit test to check the intended behaviour. Test: adb shell setprop persist.device_config.aconfig_flags.\ media_solutions.com.android.media.playback.flags.\ mediametadataretriever_default_rgba8888 true Test: adb shell device_config put media_solutions \ com.android.media.playback.flags.mediametadataretriever_default_rgba8888 \ true Test: atest com.android.mediaframeworktest.unit.MediaMetadataRetrieverTest Bug: 298965955 Change-Id: I8452e75e07bcfcd2483ad2da971806147f5a9067
-
Atneya Nair authored
Test: Compiles Bug: 308860435 Change-Id: Iea2b7e53fc31b828de5398ee4333c35aa92c7acb
-
- Nov 01, 2023
-
-
Eric Biggers authored
-
Thiébaud Weksteen authored
Merge changes from topics "cherrypicker-L13300000963667898:N27000001416235071", "cherrypicker-L85800000963667755:N59500001416232655" into main * changes: Merge EnforcePermissionHelperDetector with EnforcePermissionDetector Fix implementation reference Enable EnforcePermission linters for test sources
-