History log of /frameworks/base/packages/CarrierDefaultApp/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c43d2f5b1f12dadd8c87c069cd4a13cfbc481699 21-Mar-2018 Erik Kline <ek@google.com> Support bypassing TLS in the framework

This change comprises the following parts:

[1] android.net.dns.ResolvUtil, containing methods that encapsulate the
use of the high bit in netids used in DNS resolution contexts.

[2] Updates to captive portal apps to call the ResolvUtil method that
enables DNS-over-TLS bypass for the captive portal app process.

Test: as follows
- builds
- flashes
- boots
- runtest frameworks-net passes
Bug: 64133961
Bug: 72345192

Merged-In: I0994b53d24ed25a2eb9e65429c61cf6fa87c7513
Merged-In: I4c49e23d8caa4d485df1c1d2f135a7282d439c0b
Change-Id: I2072c1f68d6978fa0d7e9d8693135a2c51bb0f87
(cherry picked from commit 2140529d9b8e116d88c2a385a0b3179c2ede5ad7)
/frameworks/base/packages/CarrierDefaultApp/Android.mk
d137c872cdc5e157c0ff65076689f7c4552a9013 23-Feb-2018 Anton Hansson <hansson@google.com> frameworks/base: Set LOCAL_SDK_VERSION where possible.

This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.

Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.

Test: make relevant packages
Bug: 73535841
Exempt-From-Owner-Approval: Global cleanup
Change-Id: I26458e41ecb84de91ac9a356a5d4bafb44f463c1
/frameworks/base/packages/CarrierDefaultApp/Android.mk
a21a87b7a4153839cebb3152d0003ee86d7a5252 14-Dec-2016 fionaxu <fionaxu@google.com> Default Carrier app for traffic mitigation

- have the basic function working, support traffic mitigation and
captive portal login
- support carrier customization, OEM could configure a list of carrier
actions to act upon certain signals
- unit test

Test: Manual test with live sim card & runtest --path
frameworks/base/packages/CarrierDefaultApp
Bug: 30958215

Change-Id: Ie99be3b95e8a1dd60fc51bef703836478fbde09d
/frameworks/base/packages/CarrierDefaultApp/Android.mk