summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-02-12 02:20:17 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-02-12 02:20:17 +0000
commit901f14440947782928064787301f3e5c259ae01d (patch)
tree89e3066b7495661d9575d121620148397a64ec53
parent4b19d8f2edb4c97ac5d0966275db3001adc0167e (diff)
parentef15e504ed46e16ce21ec4039b04e4faf23f1a91 (diff)
downloadAlternativeNetworkAccess-901f14440947782928064787301f3e5c259ae01d.tar.gz
Change-Id: I2717502743ec025b1f9e248109fb9399c394fd7d
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 92fd67d..b1163dd 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -36,7 +36,8 @@
<service android:name=".OpportunisticNetworkService"
android:enabled="true"
android:exported="true"
- android:directBootAware="true"/>
+ android:directBootAware="true"
+ android:singleUser="true" />
</application>
</manifest>