Implemented nearby button that displays wifi sharing intent and long press button that opens wifi qr share fragment

Test: locally with phone
Change-Id: I73663cd3e9e86431a9264925661159fbcd16b9d3
Merged-In: I931aabaada09c87b4a7936bcde4fcff8bc237dd0
This commit is contained in:
Abel Tesfaye
2020-11-04 23:32:15 +00:00
committed by Alex Salo
parent cf231cad93
commit 2babd2d36a
5 changed files with 340 additions and 9 deletions

View File

@@ -149,7 +149,7 @@ public class WifiDppUtils {
return wifiConfiguration.preSharedKey;
}
private static String removeFirstAndLastDoubleQuotes(String str) {
static String removeFirstAndLastDoubleQuotes(String str) {
if (TextUtils.isEmpty(str)) {
return str;
}