Android-RateThisApp
Android-RateThisApp copied to clipboard
StrictMode policy violations
Calling RateThisApp.onStart(this);
causes several StrictMode policy violations, mostly related to reading and writing to disk (shared preferences) on the main thread. This should be done on a background thread/asynchronously.
Actually I used showRateDialog method and I manage when the dialog appears in the app, My preferences as well.