mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-05-08 03:28:07 +03:00
add more stubs to make exoplayer not crash
This commit is contained in:
parent
c830abc5f3
commit
b88707592a
37 changed files with 482 additions and 47 deletions
|
@ -2298,7 +2298,7 @@ public class PackageManager {
|
|||
*/
|
||||
public List<ResolveInfo> queryBroadcastReceivers(Intent intent,
|
||||
int flags) {
|
||||
return null;
|
||||
return new ArrayList<ResolveInfo>();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue