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);
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
What is the difference between match_parent and fill_parent?
'constructor Handler()' is deprecated. Deprecated in Java, How to use Handler() class in And
What is Application?
How to avoid multiple button click at same time in android?
Is There A Way To Get The Source Code From An APK File? (or) How to decompile apk?
Intent for Drive PDF Viewer - How to open PDF in Google Drive with intent
How to Generate signed apk with android studio
How to Get bitmap from drawable: Android
How to add jar/library files as a dependency in Android studio gradle file
What is the Different Between val and var in Kotlin?
Invoke-customs are only supported starting with android 0 --min-api 26
What is ANR in android?
What are Android Versions available?
What is "shared preferences" in Android ?
ERR_ACCESS_DENIED in Android Webview with sdk 30
Duplicate files during packaging of APK” build.gradle issue: Android Studio
Android Activity FullScreen - How to set activity to fullscreen mode in Android?
How to start a new activity on button click
Google play store rejected my app due to SMS permission I removed SMS permission from the manifes
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
How to validate email address in Android with Kotlin?
How to get a contact image using a phone number in android?
How to convert milli seconds to hours, minutes and seconds in Android?
Check List for Generate Signed APK Android
Explain Fragment Life Cycle
How do I check in SQLite whether a table exists?
How to stop EditText focus at Activity startup in Android?
How to Exit android app on back pressed?
Hide/Disable soft keyboard on Activity launch: Android
How to copy database from assets folder in android using kotlin
Android FCM not receiving notifications when app is removed from background
How to get complete address from latitude and longitude?
Could not inflate Behavior subclass android.support.design.widget. BottomSheetBehavior How resolve
What is Android?
Android Studio project R can't find
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
What happens next when the device switches between portrait and landscape?
How to save activity State in Android?
Permission denied for window type 2010 in Marshmallow device