Implemented nearby button that displays wifi sharing intent and long press button that opens wifi qr share fragment
Test: manual - took a video Change-Id: I931aabaada09c87b4a7936bcde4fcff8bc237dd0
This commit is contained in:
@@ -145,7 +145,7 @@ public class WifiDppUtils {
|
||||
return wifiConfiguration.preSharedKey;
|
||||
}
|
||||
|
||||
private static String removeFirstAndLastDoubleQuotes(String str) {
|
||||
static String removeFirstAndLastDoubleQuotes(String str) {
|
||||
if (TextUtils.isEmpty(str)) {
|
||||
return str;
|
||||
}
|
||||
|
Reference in New Issue
Block a user