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

Commit 1d4bfed4 authored by Jeff Hamilton's avatar Jeff Hamilton
Browse files

Set the minSdk and targetSdk.

Bug: 127713324
Change-Id: I77460b0512617fe785472ac5b218c99d0200b255
parent f554792c
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
@@ -26,6 +26,10 @@

    <uses-permission android:name="android.permission.MONITOR_DEFAULT_SMS_PACKAGE" />

    <uses-sdk
        android:targetSdkVersion="28"
    />

    <application android:label="@string/app_name"
        android:defaultToDeviceProtectedStorage="true"
        android:directBootAware="true">