feat(activity): allow PC Name and AppName for ShortcutTrampoline (#1387)

This commit is contained in:
ReenigneArcher
2024-07-27 17:23:23 -04:00
committed by GitHub
parent 85ed72802f
commit b7b6adaff7
4 changed files with 155 additions and 30 deletions
@@ -2,15 +2,12 @@ package com.limelight.utils;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.ShortcutInfo;
import android.content.pm.ShortcutManager;
import android.graphics.Bitmap;
import android.graphics.drawable.Icon;
import android.os.Build;
import com.limelight.AppView;
import com.limelight.ShortcutTrampoline;
import com.limelight.R;
import com.limelight.nvstream.http.ComputerDetails;
import com.limelight.nvstream.http.NvApp;