fix backup registration url

external bug: 54539

Change-Id: I3d4e957d8b26c7462c7228a4e4755aee88d6895c
This commit is contained in:
Scott Main
2013-04-22 13:03:00 -07:00
parent c3ae5cd685
commit 2779da87e2

View File

@@ -225,7 +225,7 @@ onclick="onRegister(); return false;" >Register with Android Backup Service</a><
} else if ($("input#agree").is(':checked')
&& packagename.length
&& packagename != DEFAULT_TEXT) {
window.location = "http://play.google.com/apps/publish/GetBackupApiKey?p=" +
window.location = "https://play.google.com/apps/publish/v2/GetBackupApiKey?p=" +
encodeURIComponent(packagename);
} else {
$("label#agreeLabel,label#pnameLabel").parent().stop().animate({color: "#258AAF"}, 200,