mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Android: Add app link intent URI to channels projection
This a proper fix for https://bugs.dolphin-emu.org/issues/12561,
which was previously fixed by a hackfix in 98bdf3b1ce
.
This commit is contained in:
@ -50,8 +50,9 @@ public class TvUtil
|
||||
|
||||
private static final String[] CHANNELS_PROJECTION = {
|
||||
TvContractCompat.Channels._ID,
|
||||
TvContract.Channels.COLUMN_DISPLAY_NAME,
|
||||
TvContractCompat.Channels.COLUMN_BROWSABLE
|
||||
TvContractCompat.Channels.COLUMN_DISPLAY_NAME,
|
||||
TvContractCompat.Channels.COLUMN_BROWSABLE,
|
||||
TvContractCompat.Channels.COLUMN_APP_LINK_INTENT_URI
|
||||
};
|
||||
private static final String LEANBACK_PACKAGE = "com.google.android.tvlauncher";
|
||||
|
||||
|
Reference in New Issue
Block a user