Add in-app privacy policy link to comply with Google Play policies

Also added Setup Guide and Troubleshooting Guide links too.
This commit is contained in:
Cameron Gutman
2022-05-15 15:56:19 -05:00
parent 4dd3b2cfb7
commit 7f2f2056c3
5 changed files with 76 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ import android.net.Uri;
import com.limelight.HelpActivity;
public class HelpLauncher {
private static void launchUrl(Context context, String url) {
public static void launchUrl(Context context, String url) {
// Try to launch the default browser
try {
Intent i = new Intent(Intent.ACTION_VIEW);