OSDN Git Service

Make Network & internet v2 feature flag be persistent
authorAntony Sargent <asargent@google.com>
Tue, 8 Jan 2019 22:17:39 +0000 (14:17 -0800)
committerAntony Sargent <asargent@google.com>
Tue, 8 Jan 2019 22:17:39 +0000 (14:17 -0800)
commit0a830d4f483f3600021ec1a6ba7867e5ac8f6000
treef6e7718c382089787bc83bda1f381308203124ae
parent7eade17c8503c5d73ec47831f24d051b38c68943
Make Network & internet v2 feature flag be persistent

In ag/5386198 we added a flag to turn on the new features of the network
and internet settings page, but that flag resets to the default value
(currently false) every time you reboot, which is annoying and hostile
for dogfooders. This CL makes the flag persistent.

Bug: 116349402
Test: manual / should be covered by existing tests
Change-Id: I098073e81feb199751e967a9652bec6a6445b95e
src/com/android/settings/development/featureflags/FeatureFlagPersistent.java
src/com/android/settings/network/NetworkDashboardFragment.java