User Tools

Site Tools


script_open_recents

====== About the script ====== * Purpose : this script will open the native recent apps panel * Author : F43nd1r * Current Version : 1.0 * Link : ====== Changelog ====== * Version 1.0 (10/6/2015): initial release in wiki ====== How to use the script ==== * set this script to any gesture, action or shortcut you want. ====== Issues and hints ====== * //please report all bugs in the g+ community// ====== Script code ====== <sxh javascript;> var intent = new Intent("com.android.systemui.recent.action.TOGGLE_RECENTS"); intent.setComponent(new ComponentName("com.android.systemui","com.android.systemui.recent.RecentsActivity")); LL.startActivity(intent); </sxh>

script_open_recents.txt · Last modified: 2016/06/28 12:22 by f43nd1r