AndroidDeviceNames icon indicating copy to clipboard operation
AndroidDeviceNames copied to clipboard

Method DeviceName.getDeviceName() runs method annotated as @WorkerThread

Open VitKap opened this issue 5 years ago • 0 comments

Hello,

It seems that when running the method DeviceName.getDeviceName() for the first time. It runs everythink defined in DeviceName.getDeviceInfo(Context context, String codename, String model) (copying database, querying database). This method is also annotated as @workerThread.

It would be nice to run it in initialization process on worker thread for example. What do you think?

Thanks a lot!

VitKap avatar Aug 20 '20 12:08 VitKap