User Tools

Site Tools


script_open_recents

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

====== About the script ====== * Purpose : this script will open the native recent apps panel * Author : [[https://plus.google.com/+LukasMorawietz|LM13]] * 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.1433948335.txt.gz · Last modified: 2015/06/10 14:58 by lm13