5c00d3c07496bf624df9c181597f2be9091d4460
Security option index values are currently converted using toBinaryString() which converts indexes to binary String. Thus index values doesn't match the expected Security config values in SoftApConfiguration. This commit uses toString() API to avoid index mismatch. Bug: 197497991 Test: manual test atest -c WifiTetherSecurityPreferenceControllerTest Change-Id: I43d236d071a8141845f312c63b1a693fde254358
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%