Eliminate the "productivity_device" setting.

Files will be available  to all in N.

Change-Id: I964b581c06dea6dfa848624c36566090544509f1
This commit is contained in:
Steve McKay
2016-01-26 16:57:29 -08:00
parent a8efa46fcb
commit d0a0fc2cd1
2 changed files with 1 additions and 3 deletions

View File

@@ -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" />

View File

@@ -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>