This website requires JavaScript.
Explore
Help
Sign In
atl
/
android_translation_layer
Watch
0
Star
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
9d8e091799b5c23cae323a4d3f7ba8ff76839aac
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 New Issue
Copy Permalink