summaryrefslogtreecommitdiff
path: root/packages/PrintRecommendationService
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2016-06-14 22:57:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-06-14 22:57:05 +0000
commit5c458c32150aae05131649a540d672620e16e752 (patch)
tree1f9bf93b205d5aec8adba5b9b872d2e5e15074f4 /packages/PrintRecommendationService
parent1105458ba33aff5c2363455a92994e40d83148af (diff)
parentd4f26d2d0e63e5961270c059d7a494b3b1c9ab32 (diff)
Merge \\\"Version PrintRecommendationService.\\\" into nyc-dev am: 8e3a16ad91 am: c6ded5559c
am: d4f26d2d0e Change-Id: I2d0eaec4493755d8dd6e760b057cb394b1d9f006
Diffstat (limited to 'packages/PrintRecommendationService')
-rw-r--r--packages/PrintRecommendationService/AndroidManifest.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/PrintRecommendationService/AndroidManifest.xml b/packages/PrintRecommendationService/AndroidManifest.xml
index 0eb218c853ec..c6736d7bac23 100644
--- a/packages/PrintRecommendationService/AndroidManifest.xml
+++ b/packages/PrintRecommendationService/AndroidManifest.xml
@@ -17,7 +17,12 @@
*/
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.printservice.recommendation">
+ package="com.android.printservice.recommendation"
+ android:versionCode="1"
+ android:versionName="1.0.0">
+
+ <uses-sdk android:minSdkVersion="24"
+ android:targetSdkVersion="24" />
<uses-permission android:name="android.permission.INTERNET" />