vamsee.

Results 16 comments of vamsee.

Update JiniLibs or revert a commit to 2015

@nalinbansal1234 its pure java but andriod java is bit different I think

> public class ScanConstants { > > public final static String IMAGE_PATH = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES).getPath() + "/scanSample"; > > } where should we add this? in Utils.java or MainActivity.java ?

> Inside library. Just search class name in library project > […](#) > On Thu, Jul 9, 2020 at 6:40 PM, 4И0И5UЯF ***@***.***> wrote: public class ScanConstants { public final...

> @shahbikash yes i have given permission but still gets below error when i click image and nothing happens when click check button. > > `E/ContentProviderNative: onTransact error from {P:764;U:10040}`...

> In my case this happens only when the device is running Android 10 and the targetSdkVersion in manifest file is 29. > > The issue is related to external...

Thanks sir I will check out with it

> Hello. Sorry I could not check code right now but could you try the following? > > 1. In PickImageFragment.java, create a variable imagePath. > `private String imagePath =...

got solution public final static String IMAGE_PATH = getActivity().getExternalFilesDir(null).getAbsolutePath() + "/scannedimage"