カメラ起動を実装

This commit is contained in:
ろむねこ 2023-12-20 12:00:11 +09:00
parent ca8e272980
commit 81411d5271
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -33,7 +33,7 @@ public class ScannerDatabaManagerStubFragment extends Fragment {
Intent data = result.getData();
Bundle extras = data.getExtras();
Bitmap imageBitmap = (Bitmap) extras.get("data");
results.add(imageBitmap);
}
}
);