aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-05-21 22:22:36 +0200
committerDaniel Gultsch <daniel@gultsch.de>2014-05-21 22:22:36 +0200
commit1db807ef585ef19f96038aeea72acfeada901e66 (patch)
treeb9873d421062ee30811c2e531396788266f84895 /AndroidManifest.xml
parenta9d384875b825367181b78e491bea6e091d010fb (diff)
write contacts on system shutdown
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 32e83085..d8ef5fa4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -32,6 +32,7 @@
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
+ <action android:name="android.intent.action.ACTION_SHUTDOWN" />
</intent-filter>
</receiver>