Back to project page bv-android-sdk.
The source code is released under:
Apache License
If you think the Android project bv-android-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.bazaarvoice.example.reviewsubmission; /*w w w. ja va 2 s . com*/ import com.chute.android.photopickerplus.app.PhotoPickerPlusApp; import com.chute.sdk.model.GCAccountStore; public class ReviewSubmissionApp extends PhotoPickerPlusApp { @Override public void onCreate() { super.onCreate(); GCAccountStore.setAppId(getApplicationContext(), "50ca0101018d165886000108"); } }