Intent Utils
class IntentUtils
Content copied to clipboard
Functions
buildImageCaptureIntent
Link copied to clipboard
buildImageCropIntent
Link copied to clipboard
buildImageGetIntent
Link copied to clipboard
getCallIntent
Link copied to clipboard
getCaptureIntent
Link copied to clipboard
getComponentIntent
Link copied to clipboard
open fun getComponentIntent(packageName: String, className: String): Intent
Content copied to clipboard
open fun getComponentIntent(packageName: String, className: String, bundle: Bundle): Intent
Content copied to clipboard
open fun getComponentIntent(packageName: String, className: String, isNewTask: Boolean): Intent
Content copied to clipboard
getDialIntent
Link copied to clipboard
getInstallAppIntent
Link copied to clipboard
open fun getInstallAppIntent(filePath: String, authority: String): Intent
Content copied to clipboard
open fun getInstallAppIntent(file: File, authority: String, isNewTask: Boolean): Intent
Content copied to clipboard
getLaunchAppDetailsSettingsIntent
Link copied to clipboard
open fun getLaunchAppDetailsSettingsIntent(packageName: String, isNewTask: Boolean): Intent
Content copied to clipboard
getLaunchAppIntent
Link copied to clipboard
open fun getLaunchAppIntent(packageName: String, isNewTask: Boolean): Intent
Content copied to clipboard
getPickIntentWithDocuments
Link copied to clipboard
getPickIntentWithGallery
Link copied to clipboard
getSendSmsIntent
Link copied to clipboard
open fun getSendSmsIntent(phoneNumber: String, content: String, isNewTask: Boolean): Intent
Content copied to clipboard
getShareImageIntent
Link copied to clipboard
open fun getShareImageIntent(content: String, uri: Uri, isNewTask: Boolean): Intent
Content copied to clipboard
open fun getShareImageIntent(content: String, image: File, isNewTask: Boolean): Intent
Content copied to clipboard
open fun getShareImageIntent(content: String, imagePath: String, isNewTask: Boolean): Intent
Content copied to clipboard
getShareTextIntent
Link copied to clipboard
getShutdownIntent
Link copied to clipboard
getUninstallAppIntent
Link copied to clipboard
open fun getUninstallAppIntent(packageName: String, isNewTask: Boolean): Intent
Content copied to clipboard
launchMarketDetail
Link copied to clipboard
launchMarketSearchResult
Link copied to clipboard