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:
Abel Tesfaye
2020-11-04 23:32:15 +00:00
parent 2fc8e09eca
commit 8881f91349
5 changed files with 331 additions and 6 deletions

View File

@@ -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;
}