diff options
author | Fup Duck <fupduck@sacknagel.com> | 2017-12-14 22:48:03 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2017-12-14 22:48:03 +0100 |
commit | 673c4221554fc92d87fa306c8a95cefb75693d78 (patch) | |
tree | c2e74c1ab1d42f05a27f64b6d915a39f639ee7dc /app/src/main/AndroidManifest.xml | |
parent | f10380f7d8bc85d8127328a9d9c092bc109bb340 (diff) | |
parent | 67ff3447f10c43770dc9ee4dccf358321063d131 (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.xml | 8 |
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> |