Revert "Eliminate the "productivity_device" setting."

This reverts commit d0a0fc2cd1.

Missed a use. Prema-revert.

Change-Id: I6bce595646e2e2bf1e506388a2da9e1cd8f61a09
This commit is contained in:
Steve McKay
2016-01-27 19:24:25 +00:00
parent d0a0fc2cd1
commit 8fa9ffcdc0
2 changed files with 3 additions and 1 deletions

View File

@@ -54,7 +54,8 @@
android:name=".LauncherActivity"
android:theme="@android:style/Theme.NoDisplay"
android:icon="@drawable/ic_files_app"
android:label="@string/files_label">
android:label="@string/files_label"
android:enabled="@bool/productivity_device">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />

View File

@@ -18,6 +18,7 @@
<!-- 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>