Edit Collection
net.lp.collectionista.action.EDIT_COLLECTION
Edit a collection specifically. A collection of items.
Originally for Collectionista, but every collection manager can use these.
Use
public void startEditCollection() { Intent intent = new Intent("net.lp.collectionista.action.EDIT_COLLECTION"); if (intent.resolveActivity(getPackageManager()) != null) { startActivity(intent); } }
Example intent filter
<activity ...> <intent-filter> <action android:name="net.lp.collectionista.action.EDIT_COLLECTION" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>
Apps Providing an Implementation
Search on Google Play, AppBrain, Amazon App store or similar (not yet available - please make this happen!)