summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorFup Duck <fupduck@sacknagel.com>2017-12-14 22:48:03 +0100
committerFup Duck <fupduck@sacknagel.com>2017-12-14 22:48:03 +0100
commit673c4221554fc92d87fa306c8a95cefb75693d78 (patch)
treec2e74c1ab1d42f05a27f64b6d915a39f639ee7dc /app/src/main/AndroidManifest.xml
parentf10380f7d8bc85d8127328a9d9c092bc109bb340 (diff)
parent67ff3447f10c43770dc9ee4dccf358321063d131 (diff)
Merge remote-tracking branch '0xacab/0.9.8' into 0.9.8/sidebar
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index bf49b152..cb4ceedd 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?><!--
+<?xml version="1.0" encoding="utf-8"?>
+<!--
Copyright (C) 2011 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -103,6 +104,11 @@
<action android:name="se.leap.bitmaskclient.eip.UPDATE_EIP_SERVICE" />
<action android:name="se.leap.bitmaskclient.eip.START_EIP" />
<action android:name="se.leap.bitmaskclient.eip.STOP_EIP" />
+ <action android:name="se.leap.bitmaskclient.EIP.UPDATE"/>
+ <action android:name="se.leap.bitmaskclient.EIP.START"/>
+ <action android:name="se.leap.bitmaskclient.EIP.STOP"/>
+ <action android:name="se.leap.bitmaskclient.START_ALWAYS_ON_EIP"/>
+ <action android:name="se.leap.bitmaskclient.EIP.IS_RUNNING"/>
</intent-filter>
</service>