Merge changes I06c1bc14,I5415b8ed into qt-dev

* changes:
  Clean up a STOPSHIP string
  Fix view overlap in wifi dpp enrollment.
This commit is contained in:
TreeHugger Robot
2019-05-17 22:41:26 +00:00
committed by Android (Google) Code Review
3 changed files with 3 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ public class WifiDppQrCodeScannerFragment extends WifiDppQrCodeBaseFragment impl
QrCamera.ScannerCallback,
WifiManager.ActionListener,
WifiTracker.WifiListener {
private static final String TAG = "WifiDppQrCodeScannerFragment";
private static final String TAG = "WifiDppQrCodeScanner";
/** Message sent to hide error message */
private static final int MESSAGE_HIDE_ERROR_MESSAGE = 1;