Fix a bug in navup button.
When launching internal setting activity from dynamic tiles and hit back button, it goes back to settings homepage. Instead it should just go back to the UI where startActivity is called. This is caused by various activity flags set in manifest. Instead of using startActivity, internal settings screen will just be launched using SubSetting, which doesn't have this problem. For external settings, still use startActivityForResult to maintain backstack. Test: manual Change-Id: I07aa6ed932b9048375629d6ffd6ad1adfaba3fd3
Loading
Please register or sign in to comment