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);
Fix Duplicate Files in APK Build.gradle Issue - RRutors
Add Jar/Library Files as Dependency in Android Studio
How to validate email address in Android with Kotlin?
What are the notifications available in android?
How to reduce APK package size?
How can i comment inside xml file in android studio?
How to get complete address from latitude and longitude?
How do I check in SQLite whether a table exists?
Hide/Disable soft keyboard on Activity launch: Android
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
How to stop EditText focus at Activity startup in Android?
What is the Different Between val and var in Kotlin?
What happens next when the device switches between portrait and landscape?
How to convert milli seconds to hours, minutes and seconds in Android?
How to get screen size (width,height) in Android?
How to Get bitmap from drawable: Android
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
What is Application?
Fix Play Store Rejection Due to SMS Permission - RRutors
How to Use Deprecated Handler() in Android - RRutors Guide
How do i load image from drawable folder in Jetpack Compose?
How to check Android version?
Extract Date and Time from Long Type Variable - RRutors
How to save activity State in Android?
How to Exit android app on back pressed?
ERR_ACCESS_DENIED in Android Webview with sdk 30
Fix Android Emulator Kill Error When Running Your App
What is Android?
How To Set Text Color Programmatically Android TextView?
What is Context?
Check List for Generate Signed APK Android
What is Android Fragments?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
How to start a new activity on button click
Symmetric vs Asymmetric Encryption in Android Server - RRutors
What are Android Versions available?
What is the difference between match_parent and fill_parent?
Invoke-customs are only supported starting with android 0 --min-api 26
How to avoid multiple button click at same time in android?