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

Commit b68a83a8 authored by Matthew Fritze's avatar Matthew Fritze
Browse files

Default for sending package name to support should be false

Change-Id: I2cc90cac2c2c72f9febb015487f8854ebf006aac
Fixes: 32303343
Test: manual
parent 5f4169b5
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>