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
6c454085dd313102128f79740da535fe404fec1b
android_translation_layer/src/api-impl/android/view/SubMenu.java

10 lines
124 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;
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();
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: 75ms Template: 4ms
English
English
Licenses API