You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
implement PackageManager.getLaunchIntentForPackage()
fixes a crash after importing a NewPipe backup
This commit is contained in:
@@ -368,4 +368,9 @@ public class Intent implements Parcelable {
|
||||
public void removeExtra(String name) {
|
||||
extras.remove(name);
|
||||
}
|
||||
|
||||
public Intent putParcelableArrayListExtra(String name, ArrayList<? extends Parcelable> value) {
|
||||
extras.putParcelableArrayList(name, value);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user