# Advanced Usages
Advanced usages for Caffeine are listed here. This page is only for experienced Android users.
# Interacting with other apps
There is a activity for toggling Caffeine's status. By using Caffeine together with other apps, you can achieve automation (such as enabling Caffeine with the launching of other apps) or other effects.
To launch this activity, create an intent with following information:
- Package:
moe.zhs.caffeine
- Activity:
moe.zhs.caffeine.ToggleActivity
To specify a status, put following extra when creating the intent:
- Key:
Status
- Type:
int
- Value:
0
(to deactivate) or1
(to activate)