Exemple #1
0
        public void SetXmlValue()
        {
            // get instatance of AGConnectConfig
            config = AGConnectConfig.getInstance();
            // get config resId of xml file
            int configId = AndroidUtil.GetId(new Context(), "xml", "remote_config");

            // Sets a default value for a parameter.
            config.applyDefault(configId);
            showAllValues();
        }