summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSooraj Sasindran <sasindran@google.com>2020-06-04 14:08:28 -0700
committerSooraj Sasindran <sasindran@google.com>2020-06-06 00:51:32 +0000
commit5a85287addc0e743284bbf77b1fbaec14f045980 (patch)
treef114c9f84cd7f597ee13c9cd84a1fccae8f9f9c0
parent510c5d7824c7c0262e43f987b224ce5d53bf7af2 (diff)
downloadplatform_packages_services_AlternativeNetworkAccess-android11-dev.tar.gz
platform_packages_services_AlternativeNetworkAccess-android11-dev.tar.bz2
platform_packages_services_AlternativeNetworkAccess-android11-dev.zip
Do not allow ONS to be stopped by other appsandroid11-dev
Do not allow ONS to be stopped by other apps Bug: 152511587 Test: verified that CBRS is functional Verified that an external app do not have permission to stop ONS Change-Id: Iabd2cb016cef2472b72c677f6dd692b8fbda67e1
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b1163dd..dfee080 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -35,7 +35,7 @@
<service android:name=".OpportunisticNetworkService"
android:enabled="true"
- android:exported="true"
+ android:exported="false"
android:directBootAware="true"
android:singleUser="true" />