aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-10-08 00:35:04 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-10-08 00:35:04 +0200
commit52a5e72b02e748780dc14b2a5f595df41f8c3f92 (patch)
tree4c9f6f11a738bdd60a4c2380377ed3341a0ca3b6 /src/main/AndroidManifest.xml
parent043e19dd65b127d0672e5be70086696521e301d2 (diff)
introduced expert options to set status to away and xa if screen is off or if phone is silenced
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 07863ffc..ec230356 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -30,6 +30,7 @@
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
<action android:name="android.intent.action.ACTION_SHUTDOWN" />
+ <action android:name="android.media.RINGER_MODE_CHANGED" />
</intent-filter>
</receiver>