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
android/text/TextUtils: add getCapsMode stub
This commit is contained in:
@@ -129,4 +129,8 @@ public class TextUtils {
|
||||
dest[destoff++] = s.charAt(i);
|
||||
}
|
||||
}
|
||||
|
||||
public static int getCapsMode(CharSequence cs, int off, int reqModes) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user