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

Commit c2f38c36 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Revert persistent app declaration

parent 87caebf9
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -89,8 +89,6 @@ android {
        minSdkVersion androidMinSdk
        targetSdkVersion androidTargetSdk

        ndkVersion "21.3.6528147"

        multiDexEnabled true
        multiDexKeepProguard file('multidex-keep.pro')

@@ -115,10 +113,6 @@ android {
        }
    }

    lintOptions {
        abortOnError false
    }

    lintOptions {
        disable 'MissingTranslation', 'InvalidPackage', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag'
    }
+2 −3
Original line number Diff line number Diff line
@@ -114,7 +114,6 @@
        android:fullBackupOnly="true"
        android:extractNativeLibs="false"
        android:forceQueryable="true"
        android:persistent="true"
        android:icon="@mipmap/ic_core_service_app"
        android:label="@string/gms_app_name"
        android:theme="@style/Theme.AppCompat.DayNight">