Merge "Move the QrCodeGenerator from Settings to SettingsLib for Wifi and BT" into tm-dev

This commit is contained in:
Betty Chang
2022-03-24 08:21:16 +00:00
committed by Android (Google) Code Review
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;