package com.darkweb.genesissearchengine.constants; public class keys { /*Welcome Message Prefs*/ public static String first_time_loaded = "FirstTimeLoaded"; /*Home page*/ public static String homepage_html_key = "internalhtml"; /*Proxy Manager*/ public static String proxy_type = "network.proxy.type"; public static String proxy_socks = "network.proxy.socks"; public static String proxy_socks_port = "network.proxy.socks_port"; public static String proxy_socks_version = "network.proxy.socks_version"; public static String proxy_socks_remote_dns = "network.proxy.socks_remote_dns"; public static String proxy_cache = "browser.cache.disk.enable"; public static String proxy_memory = "browser.cache.memory.enable"; public static String proxy_useragent_override = "general.useragent.override"; public static String proxy_donottrackheader_enabled = "privacy.donottrackheader.enabled"; public static String proxy_donottrackheader_value = "privacy.donottrackheader.value"; public static String hasOrbotInstalled = "hasOrbotInstalled"; public static String isAppRated = "isAppRated"; public static String list_type = "list_type"; /*Settings*/ public static String search_engine = "search_engine"; public static String java_script = "java_script"; public static String history_clear = "history_clear"; }