Loading packages/DocumentsUI/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading packages/DocumentsUI/res/values/config.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
packages/DocumentsUI/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading
packages/DocumentsUI/res/values/config.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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>