Hi all
i am working on sharing source app and target app;
In source app , i coded like this:
data.SetDataProvider(StandardDataFormats.StorageItems, DataProvider);
types.Add("*.jpg");
types.Add("*.png");
What confused me is it does not work without select 'Supports any file types' in manifest of Target app
the target app has not been displayed on sharing source app's share charm
Is there anyone know about this?
Appreciate for it