0

My app uses ActivityGroup to build. There are four sub-activities in the ActivityGroup. No matter it is in which sub-activity, when input keyboard backspace, the sub-activity will always be changed to the first sub-activity that it is the first sub-activity when the app is run.

I cannot filter the backspace because there is an editview in one of sub-activity. And should allow user to input backspace. My android SDK is 4.4 and the target is Google APIs - API level 18.

Anyone has encountered this issue and know why?

  • Are you sure about input keyboard backspace? – M D Feb 06 '14 at 12:53
  • "My app uses ActivityGroup to build" -- `ActivityGroup` has been deprecated for **nearly four years**. Please use modern programming practices, such as fragments. – CommonsWare Feb 06 '14 at 13:00
  • I'm sure. I run the app in emulator. And use PC keyboard to input. When input the backspace of PC keyboard. The issue happens. – user3027339 Feb 06 '14 at 15:06

0 Answers0