0

I have next UI hierarchy:

FragmentActivity > MapFragment (tabhost with one tab and LocalActivityManager) > MapActivity

How do i dispatch Search and Back key pressings from MapActivity to FragmentActivity?

Nik
  • 7,114
  • 8
  • 51
  • 75

1 Answers1

0

getParent() method in MapActivity returns FragmentActivity

Nik
  • 7,114
  • 8
  • 51
  • 75