Merge "Set the minSdk and targetSdk."

This commit is contained in:
Jeff Hamilton
2019-03-07 19:17:59 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.proguard
LOCAL_PRIVILEGED_MODULE := true
LOCAL_MIN_SDK_VERSION := 28
include $(BUILD_PACKAGE)
# Use the following include to make our test apk.

View File

@@ -27,6 +27,10 @@
<uses-permission android:name="android.permission.MONITOR_DEFAULT_SMS_PACKAGE" />
<uses-permission android:name="android.permission.REQUEST_NOTIFICATION_ASSISTANT_SERVICE" />
<uses-sdk
android:targetSdkVersion="28"
/>
<application android:label="@string/app_name"
android:defaultToDeviceProtectedStorage="true"
android:directBootAware="true">