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

Commit 3ca3a3db authored by Ben Kwa's avatar Ben Kwa Committed by Android (Google) Code Review
Browse files

Merge "Eliminate the "productivity_device" setting."

parents 369a94a4 d0a0fc2c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -54,8 +54,7 @@
            android:name=".LauncherActivity"
            android:theme="@android:style/Theme.NoDisplay"
            android:icon="@drawable/ic_files_app"
            android:label="@string/files_label"
            android:enabled="@bool/productivity_device">
            android:label="@string/files_label">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
    <!-- Allow Advanced Devices default value to be customised -->
    <bool name="config_defaultAdvancedDevices">false</bool>

    <bool name="productivity_device">true</bool>
    <!-- Intentionally unset. Vendors should set this in an overlay. -->
    <string name="trusted_quick_viewer_package"></string>
</resources>