カメラ起動を実装

This commit is contained in:
ろむねこ 2023-12-20 12:00:11 +09:00 committed by ろむねこ
parent be80e42dc5
commit 3c6541607c

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);
}
}
);