Move to new read only flag
Mainline module can only support read-only flag now Bug: 325521253 Test: TH Change-Id: I4514fcd21560f95084ed3c9da1a0a9b13c625c91
This commit is contained in:
@@ -48,7 +48,7 @@ class WepNetworksPreferenceController(context: Context, preferenceKey: String) :
|
||||
preference = screen.findPreference(preferenceKey)!!
|
||||
}
|
||||
|
||||
override fun getAvailabilityStatus() = if (Flags.wepUsage()) AVAILABLE
|
||||
override fun getAvailabilityStatus() = if (Flags.androidVWifiApi()) AVAILABLE
|
||||
else UNSUPPORTED_ON_DEVICE
|
||||
|
||||
@Composable
|
||||
|
Reference in New Issue
Block a user