This website requires JavaScript.
Explore
Help
Sign in
Archive
/
android_translation_layer
Watch
0
Star
0
Fork
You've already forked android_translation_layer
0
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced
2025-04-28 12:17:57 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9d8e091799
android_translation_layer
/
src
/
api-impl
/
android
/
view
/
SubMenu.java
8 lines
95 B
Java
Raw
Normal View
History
Unescape
Escape
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 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 a new issue
Copy permalink