We can open PDF in google drive by below code Uri pdfUri = Uri.parse("pass you file path");
Intent shareIntent = ShareCompat.IntentBuilder.from(this)
.setText("Share PDF doc")
.setType("application/pdf")
.setStream(pdfUri )
.getIntent()
.setPackage("com.google.android.apps.docs");
startActivity(shareIntent);
How do I generate random numbers in Dart?
What is Context?
How to stop EditText focus at Activity startup in Android?
Check List for Generate Signed APK Android
How to get complete address from latitude and longitude?
Permission denied for window type 2010 in Marshmallow device
Decompile APK Files: How to Get Source Code - RRutors Guide
How to start a new activity on button click
How to copy database from assets folder in android using kotlin
Fix Duplicate Files in APK Build.gradle Issue - RRutors
How to Get bitmap from drawable: Android
What is NetworkOnMainThread Exception?
How do i load image from drawable folder in Jetpack Compose?
How to reduce APK package size?
How to get an image resource by it's name in android?
How can i comment inside xml file in android studio?
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
How to save activity State in Android?
How to convert milli seconds to hours, minutes and seconds in Android?
ERR_ACCESS_DENIED in Android Webview with sdk 30
Open PDF in Google Drive with Intent in Android - RRutors
What is ANR in android?
How To Set Text Color Programmatically Android TextView?
What are the notifications available in android?
Hide/Disable soft keyboard on Activity launch: Android
What is "shared preferences" in Android ?
Symmetric vs Asymmetric Encryption in Android Server - RRutors
What is Android?
FCM Not Receiving Notifications in Android - RRutors
Invoke-customs are only supported starting with android 0 --min-api 26
How to get screen size (width,height) in Android?
How to Exit android app on back pressed?
Extract Date and Time from Long Type Variable - RRutors
How to avoid multiple button click at same time in android?
What is Application?
Explain Fragment Life Cycle
How to convert DP to Pixel and Pixel to Dp?
What is Intent? What is the difference between an implicit intent and an explicit intent?
How do I check in SQLite whether a table exists?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th