summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:10:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:10:30 +0000
commite0fd631c48a78736016c22c4a2173c30b392fe41 (patch)
tree857c06d175eb126d3bf461cad47007d867281814
parentd51c9790d787c341d926a46ba24f3f543e097376 (diff)
parent460e94bc49773d6e1a442fe0885e64bf3de98992 (diff)
downloadOnDeviceAppPrediction-android14-mainline-media-swcodec-release.tar.gz
Change-Id: I233cee69dc15a55d94d31846d6cc6b59b834af31
-rw-r--r--Android.bp6
-rw-r--r--AndroidManifest.xml3
2 files changed, 7 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index da9b552..8cc7c32 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_defaults {
name: "apppredictionservice_defaults",
@@ -45,6 +49,4 @@ android_app {
resource_dirs: [
],
-
- required: ["privapp_whitelist_com.android.apppredictionservice"],
}
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c85ddb6..058f991 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,6 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.apppredictionservice">
+ <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
+
<application>
<service
android:name=".PredictionService"
@@ -28,4 +30,5 @@
</service>
</application>
+
</manifest>