Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1000442 // goToHomeScreen()

JavaX fragment (include)

static void goToHomeScreen() {
  Intent startMain = new Intent(Intent.ACTION_MAIN);
    startMain.addCategory(Intent.CATEGORY_HOME);
    startMain.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
    call(androidContext, "startActivity", startMain);
  }

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: 561 / 776
Referenced in: [show references]