Subversion Repositories SmartDukaan

Rev

Rev 20407 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20407 Rev 21187
Line 85... Line 85...
85
    }
85
    }
86
 
86
 
87
    static boolean FLAG=false,REDIRECT=false,PAGE_LOAD=false,PAYTMFLAG=false,isPause=false;
87
    static boolean FLAG=false,REDIRECT=false,PAGE_LOAD=false,PAYTMFLAG=false,isPause=false;
88
    int snapdealException=0;
88
    int snapdealException=0;
89
    static String BASIC_AUTH = "Basic " + Base64.encodeToString("dtr:dtr18Feb2015".getBytes(), Base64.NO_WRAP);
89
    static String BASIC_AUTH = "Basic " + Base64.encodeToString("dtr:dtr18Feb2015".getBytes(), Base64.NO_WRAP);
90
    public static WebView webView;;
90
    public static WebView webView;
91
    WebView amazonWebView,amazonOrderHistoryWebView,amazonOrderHistoryCancelledWebView,paytmWebView;
91
    WebView amazonWebView,amazonOrderHistoryWebView,amazonOrderHistoryCancelledWebView,paytmWebView;
92
    WebView amazonAllUrlsWebView;
92
    WebView amazonAllUrlsWebView;
93
    SharedPreferences userData;
93
    SharedPreferences userData;
94
    SharedPreferences apiData;
94
    SharedPreferences apiData;
95
    SharedPreferences flipkartData;
95
    SharedPreferences flipkartData;