Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02d67b6b authored by Matthew Fritze's avatar Matthew Fritze Committed by android-build-merger
Browse files

Default for sending package name to support should be false am: b68a83a8 am: 4d9085f1

am: 6adcb1b3

Change-Id: I79355e651feb9492a8bd21b1ed865e9d725df14d
parents 6359e320 6adcb1b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>