If a UI is no longer visible to the user, but you don't want to destroy it, which method will the system call to release the corresponding resources?
onForeground()
onInactive( )
onPause()
onBackground( )
Submit