OSDN Git Service

Offer trampoline to help articles. am: 4f425c890b
authorJeff Sharkey <jsharkey@android.com>
Tue, 26 Jul 2016 22:16:03 +0000 (22:16 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 26 Jul 2016 22:16:03 +0000 (22:16 +0000)
am: aaaf41d982

Change-Id: Ib10ccc2348f1fa9d5687941c38ca7f28fcb0465e

1  2 
AndroidManifest.xml
res/values/bools.xml
res/values/strings.xml

Simple merge
      <!-- Whether none security option is hide or not  (country specific). -->
      <bool name="config_hide_none_security_option">false</bool>
  
 +    <!-- Whether swipe security option is hidden or not -->
 +    <bool name="config_hide_swipe_security_option">false</bool>
 +
      <!--Whether the storage manager exists. -->
      <bool name="config_has_storage_manager">false</bool>
+     <!--Whether help links are defined. -->
+     <bool name="config_has_help">false</bool>
  </resources>
Simple merge