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
09a38f9a289b626ec760103500c95989f7132693
android_translation_layer
/
src
/
api-impl
/
android
/
os
/
UserManager.java
8 lines
103 B
Java
Raw
Normal View
History
Unescape
Escape
add APIs needed for non legacy NewPipe version
2023-09-12 23:18:47 +02:00
package
android.os
;
public
class
UserManager
{
api-impl: misc stubs
2024-10-12 14:53:30 +03:00
public
boolean
isUserUnlocked
(
)
{
return
true
;
}
add APIs needed for non legacy NewPipe version
2023-09-12 23:18:47 +02:00
}
Reference in New Issue
Copy Permalink