Yes, correctly
--
However, it is something for version 2
Vassili Philippov <vassilip...@onepf.org> wrote:
>Do you know any existing apps that depend on intents that they do not
>implement themselves?
>In other words is it a realistic situation today or more a future thing?
>
>Best regards,
>Vassili
>
>On Friday, January 11, 2013 11:17:33 PM UTC+4, Friedger Müffke wrote:
>>
>> Yes, that is correct for the services (defined by intent-filters) that
>> are offered by the app.
>> However, the services that the app depend on could be specified in the
>> meta data, something like
>> <depends-on>
>> <intent/>
>> <action name="android.intent.ACTION_PICK"/>
>> <type name="img/*"/>
>> </depends-on>
>>
>> Then app store apps can indicate the user which apps could be
>> installed to resolve the dependencies.
>>
>> In other words,
>> 1. user installs app A that depends on PICK
>> 2. application store suggests app B, C, D that offeres PICK services
>> 3. user installs app D and has a seemless user experience (or so)
>>
>> Cheers
>> Friedger
>>
>> 2013/1/11 Vassili Philippov <vassilip...@onepf.org <javascript:>>:
>--
>
>