- Dec 11, 2020
-
-
Adrian Roos authored
API current.txt files are already covered by the API-Review label through https://android.git.corp.google.com/All-Projects/+/refs/meta/config/rules.pl#226. Test: n/a Change-Id: Ib0f8272cc4dfe58b41804ef8c0951b7026cd0a59
-
Orion Hodson authored
-
Vadim Caen authored
-
Orion Hodson authored
Revert "Keystore 2.0: Move keymint spec to security namespace." Revert "Keystore 2.0: Move keymint spec to security namespace." Revert "Move keymint to android.hardware.security." Revert "Configure CF to start KeyMint service by default." Revert "Move keymint to android.hardware.security." Revert "Move keymint to android.hardware.security." Revert submission 1522123-move_keymint Reason for revert: Build breakage Bug: 175345910 Bug: 171429297 Reverted Changes: Ief0e9884a:Keystore 2.0: Move keymint spec to security namesp... Idb54e8846:Keystore 2.0: Move keymint spec to security namesp... I9f70db0e4:Remove references to keymint1 I2b4ce3349:Keystore 2.0 SPI: Move keymint spec to security na... I2498073aa:Move keymint to android.hardware.security. I098711e7d:Move keymint to android.hardware.security. I3ec8d70fe:Configure CF to start KeyMint service by default. Icbb373c50:Move keymint to android.hardware.security. I86bccf40e:Move keymint to android.hardware.security. Change-Id: Icd279f358db2387bf2bf232b0548762fab51e67d
-
Paul Hu authored
-
Paul Hu authored
-
Chalard Jean authored
* changes: Remove support for legacy network agents Remove deprecated constructors for NetworkAgent Migrate NetworkAgentWrapper to the new NA API Cleanup TestNetworkService
-
Lucas Lin authored
-
- Dec 10, 2020
-
-
Treehugger Robot authored
-
Shawn Willden authored
-
Hui Wang authored
-
Jordan Liu authored
-
Jeff Sharkey authored
-
Jorim Jaggi authored
Change-Id: I4785795e4bb9f232ae41674bb56322f5c97871bb
-
Pinyao Ting authored
Bug: 151359749 Test: manual Change-Id: Ic3f338083402f2c189f36b8ec9db502e11e50a55
-
Hansong Zhang authored
-
Hansong Zhang authored
Check mAirplaneHelper != null before accessing it. Note that this can be null if Settings.Global.RADIO_BLUETOOTH is enabled in AIRPLANE_MODE_RADIOS. We don't need to disable Bluetooth if it's allowed in airplane mode. Test: atest FrameworksServicesTests Bug: 174254527 Change-Id: I93ae4ec6b75b7ffb8e75848d7779ab64593221bd
-
Brad Ebinger authored
-
Michael Groover authored
-
Hui Wang authored
Added api to support generic authentication architecture. Bug: 154865133 Test: atest cts/tests/tests/telephony/current/src/android/telephony/gba/cts/ Test: manual by GbaTestApp Merged-In: I9aea4c8bc2123b6d00c4a8ddf9901c885d2742d2 Change-Id: I9aea4c8bc2123b6d00c4a8ddf9901c885d2742d2
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Paul Hu authored
-
Jeff Sharkey authored
-
Jeff Sharkey authored
Iteration based on areas of tree where detailed ownership was found to be missing during routine code reviews. Also add more detailed examples to OWNERS.md. Bug: 174932174 Exempt-From-Owner-Approval: refactoring with team leads buy-in Change-Id: I46ccef33b34594181ae8dc62973d68020f827d6b
-
paulhu authored
ConnectivityService is using PackageManager#getApplicationInfoAsUser() to get application info but this API is not able to call after CS becomes a mainline module. Thus, replace it with formal API. Bug: 170593746 Test: atest FrameworksNetTests Test: atest CtsNetTestCasesLegacyApi22 Change-Id: Idd1269aa50e234801583097bb6f40b099bab8fba
-
Paul Duffin authored
-
Jeff Sharkey authored
-
paulhu authored
From S, it's required to specify explicitly either FLAG_MUTABLE or FLAG_IMMUTABLE when creating a PendingIntent. Thus, add a mutability flag to the PendingIntent in ConnectivityServiceTest that doesn't specify it before. Bug: 173157160 Test: atest FrameworksNetTests Change-Id: I755c53b90d709dfbac576dc076722476c3edee35
-
Paul Duffin authored
This removes the i18n source from the non-updatable stubs which removes them from the frameworks/base/core/api files too. The API is still protected by both the build and Gerrit review as the API is specified in the external/icu/android_icu4j/api/public/ directory. The i18n stubs source is used instead of the implementation source for generating the JavaDoc. That revealed a minor issue with metalava which is fixed in this topic. The i18n stubs library was statically included alongside the conscrypt stubs library so it will still appear in the monolothic android.jar. Bug: 174344410 Test: m offline-sdk-docs - check that i18n classes are present m android_stubs_current android_system_stubs_current android_test_stubs_current - check that i18n classes are present in each jar m droid Change-Id: I744c8bac54a8a5518ca0eca2a7700abbfa0997f4
-
Lucas Lin authored
-
Ulyana Trafimovich authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Sudheer Shanka authored
Test: n/a Change-Id: I8abcde37bd76bc1078119ca10232a46130668306
-
Lorenzo Colitti authored
* changes: Add a convenience method to update a network's capabilities. Disallow NetworkAgents from changing the owner UID. Observe mOwnerUID in NetworkCapabilities#equals.
-
lucaslin authored
ConnectivityService is going to be a part of mainline module, to prevent using @hide method in ConnectivityService, reimplement DumpUtils#checkDumpPermission() in ConnectivityService. Bug: 175177794 Test: atest FrameworksNetTests Test: adb shell dumpsys connectivity Change-Id: I1e4bc023b39b40a717a3a0fd8cd60aa2f25e9bdb
-
Dan Shi authored
-
lucaslin authored
UserManager#getUsers() is a hidden API, use getUserHandles() to get user id instead in PermissionMonitor. Bug: 171529940 Test: atest FrameworksNetTests Change-Id: Ic304627688de8e49505a95ebc99628b2e0eafab9
-
Fan Zhang authored
-