Merge changes I06c1bc14,I5415b8ed into qt-dev
am: a83638788b
Change-Id: If774abf9364a66eca020f65a5f2122c1faf5401a
This commit is contained in:
@@ -45,7 +45,8 @@
|
|||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content"
|
||||||
|
android:clipChildren="true">
|
||||||
<TextureView
|
<TextureView
|
||||||
android:id="@+id/preview_view"
|
android:id="@+id/preview_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@@ -8969,12 +8969,6 @@
|
|||||||
<!-- Title for Default Phone app settings [CHAR LIMIT=30] -->
|
<!-- Title for Default Phone app settings [CHAR LIMIT=30] -->
|
||||||
<string name="default_phone_title">Phone app</string>
|
<string name="default_phone_title">Phone app</string>
|
||||||
|
|
||||||
<!--
|
|
||||||
~ STOPSHIP(b/110557011): Remove once the new UI is ready.
|
|
||||||
-->
|
|
||||||
<!-- Title for Roles settings [CHAR LIMIT=30] -->
|
|
||||||
<string name="roles_title">Roles</string>
|
|
||||||
|
|
||||||
<!-- Label of default app for current setting [CHAR LIMIT=40] -->
|
<!-- Label of default app for current setting [CHAR LIMIT=40] -->
|
||||||
<string name="default_app">(Default)</string>
|
<string name="default_app">(Default)</string>
|
||||||
|
|
||||||
|
@@ -67,7 +67,7 @@ public class WifiDppQrCodeScannerFragment extends WifiDppQrCodeBaseFragment impl
|
|||||||
QrCamera.ScannerCallback,
|
QrCamera.ScannerCallback,
|
||||||
WifiManager.ActionListener,
|
WifiManager.ActionListener,
|
||||||
WifiTracker.WifiListener {
|
WifiTracker.WifiListener {
|
||||||
private static final String TAG = "WifiDppQrCodeScannerFragment";
|
private static final String TAG = "WifiDppQrCodeScanner";
|
||||||
|
|
||||||
/** Message sent to hide error message */
|
/** Message sent to hide error message */
|
||||||
private static final int MESSAGE_HIDE_ERROR_MESSAGE = 1;
|
private static final int MESSAGE_HIDE_ERROR_MESSAGE = 1;
|
||||||
|
Reference in New Issue
Block a user