Has anyone used onPrimaryClipChanged?
Problem occurs when I use OnPrimaryClipChangedListener to change the clipboard.
he always gets twice. can anyone help me?
The code looks like this:
private OnPrimaryClipChangedListener clipListener = new OnPrimaryClipChangedListener() {
@Override
public void onPrimaryClipChanged() {
Log.d("mytag", '--------->clip--------->');
}
}
when i clamp i get two logs. Anyone have the same problem?
D / mytag ---------> clip --------->
D / mytag ---------> clip --------->
+3
user808749
source
to share
No one has answered this question yet
See similar questions:
2
or similar:
455
293
121
five
3
2
1
1
0
0