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

Commit 50d4f784 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'buil_error_fix' into 'v1-nougat-sprint_hobart'

Buil error fix

See merge request e/os/android_frameworks_base!50
parents 77676122 26fac4f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
        <activity
            android:name=".LauncherActivity"
            android:label="@string/app_label"
            android:icon="@mipmap/ic_launcher_filemanager"
            android:icon="@mipmap/ic_launcher"
            android:theme="@android:style/Theme.NoDisplay">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
@@ -57,7 +57,7 @@
        <activity
            android:name=".FilesActivity"
            android:label="@string/app_label"
            android:icon="@mipmap/ic_launcher_filemanager"
            android:icon="@mipmap/ic_launcher"
            android:documentLaunchMode="intoExisting"
            android:theme="@style/DocumentsTheme">
            <intent-filter>