Back to project page Android-VKontakte-SDK.
The source code is released under:
MIT License
If you think the Android project Android-VKontakte-SDK listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.perm.kate.api; /*w w w. java 2s . c o m*/ public class Constants { //Privacy public static final String PrivacyAll = "0"; public static final String PrivacyOnlyFriends = "1"; public static final String PrivacyAllFriends = "2"; public static final String PrivacyOnlyMe = "3"; //Comment privacy public static final String CommentPrivacyAll = "0"; public static final String CommentPrivacyOnlyFriends = "1"; public static final String CommentPrivacyAllFriends = "2"; public static final String CommentPrivacyOnlyMe = "3"; }