OSDN Git Service

Default for sending package name to support should be false
authorMatthew Fritze <mfritze@google.com>
Thu, 20 Oct 2016 18:05:47 +0000 (11:05 -0700)
committerMatthew Fritze <mfritze@google.com>
Thu, 20 Oct 2016 18:24:54 +0000 (11:24 -0700)
Change-Id: I2cc90cac2c2c72f9febb015487f8854ebf006aac
Fixes: 32303343
Test: manual

packages/SettingsLib/res/values/config.xml

index e2e721c..0aa76a0 100755 (executable)
@@ -23,8 +23,8 @@
     <!-- Default data warning level in mb -->
     <integer name="default_data_warning_level_mb">2048</integer>
 
-    <!-- Whether to send a custom package name with the PSD. translatable="false"-->
-    <bool name="config_sendPackageName">true</bool>
+    <!-- Whether to send a custom package name with the PSD.-->
+    <bool name="config_sendPackageName">false</bool>
 
     <!-- Name for the set of keys associating package names -->
     <string name="config_helpPackageNameKey" translatable="false"></string>