From reference :
This method should be called as early as possible, and only once per application launch.
I thought of calling this method from the Application class of my application as follows:
public class MyApplication extends Application {
In this case, is it considered good practice?
What is the right way to do this?
anon
source share