如何添加/更改联系人组备注

时间:2017-03-16 17:05:41

标签: android contacts

如何向群组添加备注。

我试试

ContentValues contentValues =  new ContentValues();
            contentValues.put(Groups.NOTES, note);

1 个答案:

答案 0 :(得分:0)

是的,我得到了答案。

ssh -v -p1234 mylinuxuser@1.2.3.4
OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul 2015
debug1: Reading configuration data /c/Users/mywindowsuser/.ssh/config
debug1: /c/Users/mywindowsuser/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to 1.2.3.4 [1.2.3.4] port 1234.
debug1: Connection established.
debug1: identity file /c/Users/mywindowsuser/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /c/Users/mywindowsuser/.ssh/id_rsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
debug1: Authenticating to 1.2.3.4:1234 as 'mylinuxuser'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr umac-128-etm@openssh.com none
debug1: kex: client->server aes128-ctr umac-128-etm@openssh.com none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) sent
debug1: got SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: got SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: ssh-rsa SHA256:verylongkey
debug1: Host '[1.2.3.4]:1234' is known and matches the RSA host key.
debug1: Found key in /c/Users/mywindowsuser/.ssh/known_hosts:1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /c/Users/mywindowsuser/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: password
相关问题