Skip to content
Commit ca0a1292 authored by Chiachang Wang's avatar Chiachang Wang
Browse files

Remove CONNECTIVITY_ACTION and INET_CONDITION_ACTION

CONNECTIVITY_ACTION is deprecated. The usage should be either
replaced by using networkcallback or removed. The intent is used
in DataConnectionStats for noting the phone connection state.
The related data and information update should be able to be
covered by PhoneStateListener and ACTION_SIM_STATE_CHANGED
intent. Thus, remove the connectivity intents directly instead
of replacing by NetworkCallback.

Bug: 169029216
Bug: 110246171
Test: atest FrameworkNetTests
Test: adb shell dumpsys batterystats and check the data connection
      stats
Change-Id: I520c5cf224716faa333e479e06b6134ee7d81630
parent 0a2c4f34
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment