Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4e42224 authored by Jeff Hamilton's avatar Jeff Hamilton Committed by Android (Google) Code Review
Browse files

Merge "Set the minSdk and targetSdk."

parents 1d5ead8d 1d4bfed4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.
+4 −0
Original line number Diff line number Diff line
@@ -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">