Big Red Button Pressed
com.perseum.bigRedButtonPressed
Broadcast intent to notify that the user pressed the big red button.
This intent can be used by the End User for any purpose.
Use
public void startBigRedButtonPressed() { Intent intent = new Intent("com.perseum.bigRedButtonPressed"); if (intent.resolveActivity(getPackageManager()) != null) { startActivity(intent); } }
Example intent filter
<activity ...> <intent-filter> <action android:name="com.perseum.bigRedButtonPressed" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>
Apps Providing an Implementation
Search on Google Play, AppBrain, Amazon App store or similar (not yet available - please make this happen!)