In case you want to link from your free (trial) version of your app to your premium (full/paid) version in the App Center, you can use the following URI: 'appcenter://package/
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("appcenter://package/
startActivity(intent);