Context.getApplicationContext()
在 Android 应用程序中,保留对应用程序整个生命周期返回的应用程序上下文的引用是否安全?
Context ac = context.getApplicationContext();
// keep the ac reference throughout the app lifetime
Context.getApplicationContext()
在 Android 应用程序中,保留对应用程序整个生命周期返回的应用程序上下文的引用是否安全?
Context ac = context.getApplicationContext();
// keep the ac reference throughout the app lifetime