Back to project page savemypics.
The source code is released under:
Copyright (c) 2014, KB Sriram All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. R...
If you think the Android project savemypics 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 org.savemypics.android.activity; /* ww w . j av a 2 s. co m*/ import org.savemypics.android.R; import org.savemypics.android.util.CUtils; public class CFlickrSettingsActivity extends ABaseSettingsActivity { @Override protected String getAccountType() { return CUtils.FLICKR_ACCOUNT_TYPE; } @Override protected int getAccountDrawableId() { return R.drawable.flickr_icon; } }