android - In which is thread ContentProvider is running? -
android - In which is thread ContentProvider is running? -
i have confused in witch thread contentresolver running?
i have app , implemented contentresolver other application acceess file application private folder.
i override openfile method. right method starts app main thread?
all contentproviders need run in own thread because contentproviders can used other application read/write resources. contacts.
android multithreading android-intent
Comments
Post a Comment