Dim iIntent As Intent
iIntent.Initialize(iIntent.ACTION_VIEW, "file://"&File.Combine(File.DirRootExternal,"ringtone.apk"))
iIntent.SetType("application/vnd.android.package-archive")
StartActivity(iIntent)
when i try to run this code the error "There is a problem parsing a package" .
iIntent.Initialize(iIntent.ACTION_VIEW, "file://"&File.Combine(File.DirRootExternal,"ringtone.apk"))
iIntent.SetType("application/vnd.android.package-archive")
StartActivity(iIntent)
when i try to run this code the error "There is a problem parsing a package" .