-
public interface DevOptionHandler
Callback class for custom options that may appear in DevSupportManager developer options menu. In case when option registered for this handler is selected from the menu, the instance method onOptionSelected will be triggered.
-
-
Method Summary
Modifier and Type Method Description abstract void
onOptionSelected()
Triggered in case when user select custom developer option from the developers options menudisplayed with DevSupportManager. -
-
Method Detail
-
onOptionSelected
abstract void onOptionSelected()
Triggered in case when user select custom developer option from the developers options menudisplayed with DevSupportManager.
-
-
-
-