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

Replace "http://pmweb.widevine.net/html/android/oem.html" with a more
accessible Google URL.

bug: 16630664
Change-Id: I90350ceb11bb9f53dc4c265c910e3a8258ff82a7
This commit is contained in:
Edwin Wong
2015-06-11 15:29:30 -07:00
parent 49ef93ccb3
commit e6ea4ff2d0

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;