- Nov 15, 2023
-
-
Treehugger Robot authored
-
Vladimir Komsiyski authored
-
Harshit Mahajan authored
Revert submission 2789412-cherrypicker-L65800000963076834:N61100001405784943 Reason for revert: Leading to merge conflict Bug: b/311082270 Reverted changes: /q/submissionid:2789412-cherrypicker-L65800000963076834:N61100001405784943 Change-Id: Ic80afd7a8e09cf2e0cf6e453cbe004db0c9fcbd7 Merged-In: I5c65d85d50b214926f5473908694070b4e896201
-
Vladimir Komsiyski authored
Change-Id: I0cc337fecc8115ce4ebbb4803bd96141fd7297cd
-
Junyu Lai authored
-
Steven Moreland authored
-
Andy Hung authored
-
Junyu Lai authored
This flag is also needed inside the mainline module. Currently, there is no safe way to use aconfig flag in the module. Thus, revert this check and use sdk level instead. Test: atest FrameworksServicesTests:NetworkManagementServiceTest Bug: 297836825 Change-Id: Ieec0a15cbe6cf3c65f765b18c66b45e4ec93670d
-
Treehugger Robot authored
-
- Nov 14, 2023
-
-
Mark Punzalan authored
-
Kangping Dong authored
-
Steven Moreland authored
These exceptions are also thrown for FAILED_TRANSACTION. See frameworks/base/core/jni/android_util_Binder.cpp signalExceptionForError. Fixes: 304353893 Test: N/A Change-Id: Ia832aa88059feaf619e2050eb70887fe7cf77903
-
Kangping Dong authored
The CONTEXTHUB_SERVICE may not be published if the FEATURE_CONTEXT_HUB feature is not present. So getting the ContextHub serivce with "context.getSystemService(ContextHubManager.class)" will throw ServiceNotFoundException. This commit fixes this issue by checking the CONTEXTHUB_SERVICE before creating the ContextHubManager instance. Test: verified with cuttlefish that it won't throw from NearbyService Bug: 299388818 Change-Id: Icd51a0f88c10259f4a912f5dd82bad49b70562e3
-
Mark Punzalan authored
FeatureFlagsFilter looks for `android:featureFlag` attributes in the XML and removes elements according to the given flag values. Bug: 297373084 Test: atest aapt2_tests Change-Id: Icf97de2152c0c53b0b4518ae837e0d198873d1c5
-
Brad Ebinger authored
-
- Nov 13, 2023
-
-
Thiébaud Weksteen authored
* changes: Add PermissionAnnotationDetector Ignore superMethods from non-Stub parents
-
Mark Punzalan authored
-
Thiébaud Weksteen authored
-
Phil Burk authored
-
Jared Duke authored
-
Roshan Pius authored
-
Treehugger Robot authored
-
Marvin Ramin authored
Bug: 310547345 Change-Id: I64cc5ff6659dfa6875baa225227951d1d5f86eb4 Test: N/A
-
Hansen Kurli authored
* changes: Remove the SDK level checks. Remove findIPv4DefaultRoute Remove LegacyVpnRunner
-
Riddle Hsu authored
-
- Nov 10, 2023
-
-
Austin Delgado authored
-
Austin Delgado authored
Test: N/A (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e715b9927adc1b5de39e081b9a76cec0713130da) Merged-In: Ieca72562b291839efe14a03e987da1b13fb6acdc Change-Id: Ieca72562b291839efe14a03e987da1b13fb6acdc
-
Jared Duke authored
There are several cases where inner classes of @SystemApi-annotated classes should be kept, but aren't. Add a conditional rule to ensure this. This is probably overly conservative, but for now should avoid issues with optimization. A follow-up change will refactor this to reuse the rules in system-api.pro, but that requires a bit of build file surgery first. Bug: 300514883 Change-Id: Ibd561a9098881db1c7e78346d60f4c91d9c75894 Test: m + check services.jar dex diff
-
William Xiao authored
-
Jared Duke authored
-
Nate Myren authored
-
David Zhao authored
-
David Zhao authored
Change-Id: I60a3bf312b1fff4abe6c72f9ae30482b894b543d
-
Brad Ebinger authored
Test: owners change Flag: EXEMPT Change-Id: I6e2483650a543efdbc5b38b788d5d73619b80c4b
-
Thiébaud Weksteen authored
This detector ensures that all AIDL-generated interfaces are annotated with one permission annotation (@EnforcePermission, @NoPermissionRequired, or @PermissionManuallyEnforced). It is part of the framework linters and disabled by default. It will be enabled explicitly in a subsequent change (for services/Android.bp). The baseline of the services will also be updated to capture the current status of non-annotated interfaces. Bug: 220214993 Test: atest --host AndroidFrameworkLintCheckerTest Change-Id: I0fbd41b63465f119d90505153fa3a98c0fcdc798
-
- Nov 09, 2023
-
-
Eric Biggers authored
-
William Xiao authored
Bug: 309993780 Flag: NA Test: N/A, just OWNERS updates Change-Id: I37c660a7cb53970b0bd5f8c73436b4ce4f79518a
-
Mark Punzalan authored
Bug: 297373084 Test: atest aapt2_tests Change-Id: I7567aa8f41e6fde7334430446a940eb6b04c1446
-
Jihoon Kang authored
-