AndroidDeviceNames
AndroidDeviceNames copied to clipboard
Method DeviceName.getDeviceName() runs method annotated as @WorkerThread
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!