I have a FragmentActivity class with inner class that should display Dialog. But I am required to make it static. Eclipse offers me to
FragmentActivity
Dialog
static
add annotation before inner class
@SuppressLint("validFragment")