commit | 7602e885042d44a15056ab55f65bb5e2fd965017 | [log] [tgz] |
---|---|---|
author | xiaocheng.x.wang <xiaocheng.x.wang@sonymobile.com> | Tue Aug 23 13:53:47 2016 +0800 |
committer | takeshi tanigawa <takeshi.tanigawa@sonymobile.com> | Fri Nov 11 12:48:57 2016 +0900 |
tree | 89dae9babcd24d2b772bf3aba0d85c252f5dc61e | |
parent | 176c0c5d98691bb83c5eccd30a4eeca9dde4deb5 [diff] |
Fix apn can't be updated when pressing back key APN can't be updated because onkey() method is not invoked when user presses the virtual back key. The ApnEditor was changed from Activity to Fragment in Android N. A fragment can't receive onKey() event without calling setFocusableInTouchMode(true). Test: manual - updated apn setting, then pressed back Bug: 32815214 Change-Id: I7824e84bd617d2057a61f4198fa7fd50f123bc8e