mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
use https for deep links
This commit is contained in:
parent
dbe7ab5ae1
commit
6f5ae560e1
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ public class NetLaunchInfo implements Serializable {
|
|||
String host = LocUtils.getString( context, R.string.invite_host );
|
||||
host = NetUtils.forceHost( host );
|
||||
Uri.Builder ub = new Uri.Builder()
|
||||
.scheme( "http" ) // PENDING: should be https soon
|
||||
.scheme( "https" )
|
||||
.path( String.format( "//%s%s", host,
|
||||
LocUtils.getString(context,
|
||||
R.string.invite_prefix) ) );
|
||||
|
|
Loading…
Add table
Reference in a new issue