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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user