OSDN Git Service

Add NetworkRequestDialogActivity
authorcosmohsieh <cosmohsieh@google.com>
Mon, 26 Nov 2018 03:58:02 +0000 (11:58 +0800)
committercosmohsieh <cosmohsieh@google.com>
Tue, 27 Nov 2018 09:31:25 +0000 (17:31 +0800)
commitda37bb7df7b389f49845614ffa425fa93592a61d
tree9374c1fbe00701c75cf8c2dcfd2dbd26cc477818
parent5948259702eecd6c900824d36133541512ea792d
Add NetworkRequestDialogActivity

Framwork will call this activity to start network requesting process.
This activity is simple activity contained NetworkRequestDialogFragment
and any other dialog generated in this process, aka
NetworkRequestTimeoutDialog.

Bug: 117399926
Test: RunSettingsRoboTests
Change-Id: Ib1df28d12427ed3bd7d4b88ec10e52357564c797
AndroidManifest.xml
src/com/android/settings/wifi/NetworkRequestDialogActivity.java [new file with mode: 0644]
src/com/android/settings/wifi/NetworkRequestDialogFragment.java
tests/robotests/src/com/android/settings/wifi/NetworkRequestDialogActivityTest.java [new file with mode: 0644]