Merge "Version PrintRecommendationService." into nyc-dev

This commit is contained in:
TreeHugger Robot
2016-06-14 22:08:41 +00:00
committed by Android (Google) Code Review

View File

@@ -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" />