summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:09:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:09:44 +0000
commit1d44f00d6a69873018f1afe8909d0ddaf8fa2ab1 (patch)
tree857c06d175eb126d3bf461cad47007d867281814
parentd51c9790d787c341d926a46ba24f3f543e097376 (diff)
parent460e94bc49773d6e1a442fe0885e64bf3de98992 (diff)
downloadOnDeviceAppPrediction-android14-mainline-mediaprovider-release.tar.gz
Change-Id: I999f509276834936f0d564371cde80e7aed810cb
-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>