0
在我的片段中,我試圖開始意圖顯示本地圖像與手機上的畫廊應用程序。無法啓動意圖顯示本地圖像
的三線在問題是
string path = String.Format ("content:/{0}.jpg", CacheController.Static.GetPath (m));
Android.Net.Uri uri = Android.Net.Uri.Parse(path);
StartActivity (new Intent (Intent.ActionView, uri));
路徑的值是content://data/data/Appname.subname/files/cache/107.jpg
。
我嘗試在Uri
的開頭使用file:/
,但這並沒有幫助。