Replace focused text from Android source
This commit is contained in:
@@ -4,6 +4,8 @@ public interface IKeyboardInjectionService
|
||||
{
|
||||
void InsertText(string text);
|
||||
|
||||
void ReplaceFocusedText(string text);
|
||||
|
||||
void Backspace();
|
||||
|
||||
void Enter();
|
||||
|
||||
Reference in New Issue
Block a user