1 | static void goToHomeScreen() {
|
2 | Intent startMain = new Intent(Intent.ACTION_MAIN); |
3 | startMain.addCategory(Intent.CATEGORY_HOME); |
4 | startMain.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); |
5 | call(androidContext, "startActivity", startMain); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1000442 |
| Snippet name: | goToHomeScreen() |
| Eternal ID of this version: | #1000442/1 |
| Text MD5: | 99765c024e650676b3805afcf745431a |
| Author: | stefan |
| Category: | javax android |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-08-06 04:07:36 |
| Source code size: | 252 bytes / 6 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 826 / 1057 |
| Referenced in: | [show references] |