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

Commit 8cbaa832 authored by Sanjay Jeyakumar's avatar Sanjay Jeyakumar
Browse files

Add Gservices settings required for carrier billing.

parent 074c11c1
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
@@ -3203,6 +3203,24 @@ public final class Settings {
        public static final String VENDING_CARRIER_PROVISIONING_REFRESH_FREQUENCY_MS =
        public static final String VENDING_CARRIER_PROVISIONING_REFRESH_FREQUENCY_MS =
                "vending_carrier_ref_freq_ms";
                "vending_carrier_ref_freq_ms";


        /**
         * Interval in milliseconds after which a failed provisioning request should be retried.
         */
        public static final String VENDING_CARRIER_PROVISIONING_RETRY_MS =
            "vending_carrier_prov_retry_ms";

        /**
         * Buffer in milliseconds for carrier credentials to be considered valid.
         */
        public static final String VENDING_CARRIER_CREDENTIALS_BUFFER_MS =
            "vending_carrier_cred_buf_ms";

        /**
         * Setting which states if German Direct Debit support should be enabled.
         */
        public static final String VENDING_GDD_ENABLE =
            "vending_gdd_enable";

        /**
        /**
         * URL that points to the legal terms of service to display in Settings.
         * URL that points to the legal terms of service to display in Settings.
         * <p>
         * <p>