Files
frameworks_base/core/java/android/net
paulhu b7817e287c Accept MAINLINE_NETWORK_STACK permission on register/unregister network provider
Registering/Unregistering network provider needs NETWORK_FACTORY
which is signature only permission. But mainline modules can't
grant this permission because it's not signed with platform key.
Hence, these APIs should also accept MAINLINE_NETWORK_STACK
permission that allow mainline module to register/unregister
network provider.

Bug: 150733435
Test: atest FrameworksNetTests
Change-Id: Id22113aa0db01244817b4b008f5573c5e7b317f0
2020-03-04 09:43:41 +08:00
..
2019-08-30 00:16:24 +00:00
2020-02-13 18:37:06 +00:00
2019-03-16 03:51:09 +09:00
2020-01-02 17:09:10 +00:00
2020-01-22 22:27:44 +09:00