From 773190f57d707264586f8e19fbe22ef284dd4e1e Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sun, 30 Jul 2017 02:01:38 -0500 Subject: ProfileService: Add a listener to start it on boot This will allow automatically starting profiles on boot. Signed-off-by: Jason A. Donenfeld --- app/src/main/AndroidManifest.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 02a8b7fa..2c02aa95 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,9 @@ + package="com.wireguard.android" + android:installLocation="internalOnly"> + + + + + + + + -- cgit v1.2.3