~trb143/openlp/a2

« back to all changes in this revision

Viewing changes to OpenLP/src/org/openlp/android/common/OpenLPHttpClient.java

  • Committer: Tim Bentley
  • Date: 2014-05-28 20:43:09 UTC
  • Revision ID: tim.bentley@gmail.com-20140528204309-nu10w58rfw0z2zh4
Backgrounds

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    private SSLSocketFactory sslSocketFactory;
71
71
 
72
72
    public OpenLPHttpClient(Context context) {
73
 
        //SharedPreferences preferences = context.getSharedPreferences(context.getString(R.string.keySharedPreferences), Context.MODE_PRIVATE);
74
73
        Map<String, ?> preferences = context.getSharedPreferences(context.getString(R.string.keySharedPreferences), Context.MODE_PRIVATE).getAll();
75
74
 
76
75
        HttpParams httpParams = new BasicHttpParams();