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
api-impl: fixes for apps using old support library
This commit is contained in:
@@ -350,6 +350,7 @@ public class Intent implements Parcelable {
|
||||
|
||||
public void setExtrasClassLoader(ClassLoader loader) {}
|
||||
public Intent setClassName(Context packageContext, String className) {
|
||||
setComponent(new ComponentName(packageContext, className));
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user