Merge "Set the minSdk and targetSdk."
This commit is contained in:
committed by
Android (Google) Code Review
commit
e4e4222463
@@ -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.
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user