Logo
Explore Help
Sign In
atl/android_translation_layer
0
0
Fork 0
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
Code Issues Packages Projects Releases Wiki Activity
Files
d898966e04d781ddf5be9871bda77b0ca660178a
android_translation_layer/src/api-impl/android/view/SubMenu.java

14 lines
209 B
Java
Raw Normal View History

add bunch of new java APIs: mostly stubs or copied from AOSP Many of these classes are only needed to be subclassed by androidx support library, which is used in many android apps
2023-08-17 10:46:24 +02:00
package android.view;
api-impl: misc APIs for WhatsApp media chooser Activities
2025-04-23 18:21:19 +02:00
import android.graphics.drawable.Drawable;
add bunch of new java APIs: mostly stubs or copied from AOSP Many of these classes are only needed to be subclassed by androidx support library, which is used in many android apps
2023-08-17 10:46:24 +02:00
public interface SubMenu extends Menu {
add more API stubs for NewPipe
2023-09-19 23:22:21 +02:00
public MenuItem getItem();
add Java APIs needed for WhatsApp MainActivity and ConversationActivity
2024-08-25 11:20:01 +02:00
public void clearHeader();
api-impl: misc APIs for WhatsApp media chooser Activities
2025-04-23 18:21:19 +02:00
public SubMenu setIcon(Drawable icon);
add bunch of new java APIs: mostly stubs or copied from AOSP Many of these classes are only needed to be subclassed by androidx support library, which is used in many android apps
2023-08-17 10:46:24 +02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 89ms Template: 5ms
English
English
Licenses API