am e6ea4ff2: Change url to test content page to a more accessible Google URL.

* commit 'e6ea4ff2d06f98bb0a24c6b2872ee7614514ebf4':
  Change url to test content page to a more accessible Google URL.
This commit is contained in:
Edwin Wong
2015-06-11 23:31:20 +00:00
committed by Android Git Automerger

View File

@@ -18,7 +18,7 @@ import android.content.Context;
public class SettingsActivity extends Activity {
// public static String CONTENT_PAGE = "/sdcard/Widevine/config.xml";
public static String CONTENT_PAGE = "http://pmweb.widevine.net/html/android/oem.html";
public static String CONTENT_PAGE = "http://storage.googleapis.com/wvmedia/html/oem.html";
private Context context;
private Button updateButton;