Move the QrCodeGenerator from Settings to SettingsLib for Wifi and BT

Bug: 214338905
Test: Manual test
Test: make RunSettingsRoboTests ROBOTEST_FILTER=QrCameraTest
Change-Id: I1ca3e9e0b2cdc9fd3f32da8c5329c0e887ee3427
This commit is contained in:
changbetty
2022-03-23 09:43:39 +00:00
parent 7cde68c751
commit dacce1fae3
3 changed files with 3 additions and 64 deletions

View File

@@ -32,6 +32,8 @@ import android.hardware.Camera;
import android.hardware.Camera.Parameters;
import android.hardware.Camera.Size;
import com.android.settingslib.qrcode.QrCodeGenerator;
import com.google.zxing.BinaryBitmap;
import com.google.zxing.LuminanceSource;
import com.google.zxing.RGBLuminanceSource;