OK, per the BB manual:
"Applications that use the record store can either make data private or allow sharing. The record store is frequently used to share data between applications. "
Yet, I'm not seeing anything in the examples on how to make a record store private "or allow sharing" within the examples.
Can someone please help clarify? I've very, very new to this stuff!
Ok, I found my own answer:
public static RecordStore openRecordStore(String recordStoreName,
boolean createIfNecessary,
int authmode,
boolean writable)
throws RecordStoreException,
RecordStoreFullException,
RecordStoreNotFoundException
"authmode" determines during create determines whether its shared, or private.