I'm using FileProvider implementing the logic for sharing internal app zip files, i tested it and works fine with Intent.ACTION_SEND with OneDrive,Google Drive, Gmail, Outlook, Wifi direct and bluetooth.
I tried with viber also but this failed to attach zip file then i used a file browser and tried to share the same file with viber and it succeeded.
I think it's coming from Intent Action but wich one is suitable for sharing files with all possible apps ? And better yet how to display a "save in device" alike from ShareActionProvider ?