summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorVinod Krishnan <vinodkrishnan@google.com>2016-03-16 00:29:09 -0700
committerVinod Krishnan <vinodkrishnan@google.com>2016-03-18 16:18:38 -0700
commit6317f684a214b23fa3103943daaf7a47aa676914 (patch)
treecc88ac7f572482aa76d0ded31f0134a737411ded /AndroidManifest.xml
parent5a86422a1e8c9fad2007e338dc029943c182fe82 (diff)
downloadandroid_packages_apps_PackageInstaller-6317f684a214b23fa3103943daaf7a47aa676914.tar.gz
android_packages_apps_PackageInstaller-6317f684a214b23fa3103943daaf7a47aa676914.tar.bz2
android_packages_apps_PackageInstaller-6317f684a214b23fa3103943daaf7a47aa676914.zip
Wear Cleanup: Removing implicit intent & API change
- Remove a way to implicitly call Wear install service - Also make the Service take in the package as the data, just like the activities in PackageInstaller Change-Id: I0c4c9cebbb7396e025cab81eed835ab1a941ca01
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7bc39a18..a750491c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -125,15 +125,7 @@
<!-- Wearable Components -->
<service android:name=".wear.WearPackageInstallerService"
android:permission="com.google.android.permission.INSTALL_WEARABLE_PACKAGES"
- android:exported="true">
- <intent-filter>
- <action android:name="com.android.packageinstaller.wear.INSTALL_PACKAGE"/>
- <data android:scheme="content" android:mimeType="vnd.android.cursor.item/*"/>
- </intent-filter>
- <intent-filter>
- <action android:name="com.android.packageinstaller.wear.UNINSTALL_PACKAGE"/>
- </intent-filter>
- </service>
+ android:exported="true"/>
<provider android:name=".wear.WearPackageIconProvider"
android:authorities="com.google.android.packageinstaller.wear.provider"