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