Update dependencys & api level - #210
Conversation
|
I get a small toast saying "Foreground Service Media Projection permission denied" when starting this on a chromecast 4K |
Does it run on Android14? |
I believe it's running android 12 (thanks google) |
|
MainActivity.java:79 For SDK 31, maybe you need to just grant Manifest.permission.FOREGROUND_SERVICE. But can't stream video projection, only menus. |
| // Permission is not granted, request it | ||
| ActivityCompat.requestPermissions( | ||
| this, | ||
| new String[]{Manifest.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION}, |
No description provided.