E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
setAction
Android 手把手带你玩转自定义相机
Intentintent=newIntent();intent.
setAction
(MediaStore.ACTION_IMAGE_CAPTURE);startActivity(intent);或者指定返回图片的名称
一口仨馍
·
2020-08-16 20:22
Android
自定义View篇
android
自定义相机
自定义View
拍照
照相
Handler的基本使用
一、基本知识点1、Intentintent=newIntent();//打开浏览器的intent.
setAction
(Intent.ACTION_VIEW);intent.setData(Uri.parse
徐刘根
·
2020-08-15 16:21
Android
Handler的基本使用
系统上安装了多种浏览器,能否指定某浏览器访问指定页面?请说明原由。
关于Intent的更多内容请参考《常用Intent》示例1Intentintent=newIntent();intent.
setAction
("android.intent.action.VI
cainiao_欢
·
2020-08-15 15:53
Service Intent must be explicit的解决方案
serviceIntentintentService=newIntent();intentService.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);intentService.
setAction
hero的技术小黑屋
·
2020-08-15 14:25
Android开发笔
android
解决华为手机图片选择无效及产生的open failed: EACCES (Permission denied)错误
在华为手机上调起图片选择时原来的效果如下原来的代码是Intentintent=newIntent();intent.
setAction
(Intent.ACTION_GET_CONTENT);intent.setType
djh10000
·
2020-08-15 13:16
Android调用蓝牙功能
//开始搜索周围蓝牙设备adapter.disable();//关闭本机蓝牙设备adapter.enable();//是否可用开启蓝牙:Intentintent=newIntent();intent.
setAction
BugGodFather
·
2020-08-15 13:50
Android
使用Android系统调用裁剪图片并保存
1.单纯打开图库选择图片Intentintent=newIntent();intent.
setAction
(Intent.ACTION_GET_CONTENT);//打开图库获取图片intent.
setAction
朱小姐的博客
·
2020-08-15 07:54
Android
Service Intent must be explicit的两种解决方法
Intentintent=newIntent();intent.
setAction
("com.boomsta
Android-Sky
·
2020-08-14 20:40
Android四大组件
Android_Activity活动就打开,没有的话在创建
如果activity在的话就打开,没有的话在创建Intentintent=newIntent(Intent.ACTION_MAIN);intent.
setAction
(Intent.ACTION_MAIN
HyMickey
·
2020-08-13 19:09
android.intent.action大全和用法收集
收集学习一下android.intent.action的使用:1.从google搜索内容Intentintent=newIntent();intent.
setAction
(Intent.ACTION_WEB_SEARCH
爱android好难
·
2020-08-10 22:51
Android
intent
action
AIDL例子
setaction
中内容是在服务端manifest中service标签的字段。setpackage字段是服务端的包名即manifest.xml中填写的包名。
zbo1301
·
2020-08-10 05:48
Android
解决在华为手机获取的图片列表中部分图片不能被获取到
privatevoidSelectUserImage(ImageViewimg){//打开手机的图库;//intent=newIntent();//intent.setType("image/*");//intent.
setAction
长安三日
·
2020-08-10 04:45
Android应用研发
Intent隐式意图的跳转及FileProvider的使用
首先是打开照相机://跳转到照相机的隐式意图Intentintent=newIntent();intent.
setAction
(MediaStore.ACTION_IMAGE
念求
·
2020-08-10 04:54
【Android_Image】选择相册中的图片,并获取图片的path
一般来说,选择照片这个动作的过程的代码大致是这样的:Intentintent=newIntent();intent.setType("image/*");intent.
setAction
(Intent.ACTION_GET_CONTENT
weixin_30885111
·
2020-08-10 02:32
Android调用手机相册返回图片路径
privatestaticfinalintREQUEST_PHOTO_CODE=200;跳转到相册Intentintent=newIntent();intent.
setAction
(Intent.ACTION_PICK
qq_41880248
·
2020-08-10 00:39
再识Intent-实现调用Android内置浏览器打开网页
本篇博客主要讲解如何使用Intent来实现调动Android内置浏览器打开网页本篇博客实现的是一个简单的输入网址打开网页的Demo实现步骤:实例化一个Intent对象使用Uri.parse()方法解析网页地址intent.
setAction
Lan.ZerGan
·
2020-08-09 23:27
Android
android调用系统自带发送(分享)功能(文件、图片、音视频)
Uri.fromFile(newFile(path));Log.d("share","uri:"+imageUri);IntentshareIntent=newIntent();shareIntent.
setAction
低调滴开发
·
2020-08-09 23:13
随记
仿咔叽分享页层级滑动效果
最近公司需求要做一个分享解锁的功能,其中有一个more按钮是调用系统分享app的,具体是这样的:IntentshareIntent=newIntent();shareIntent.
setAction
(Intent.ACTION_SEND
luke.lu
·
2020-08-09 22:46
Android 跳转到应用设置详情界面
newIntent(); mIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); if(Build.VERSION.SDK_INT>=9){ mIntent.
setAction
再也不做的事
·
2020-08-09 22:03
Android
蓝牙 可发送数据
蓝牙##客户端权限1.开启蓝牙privatevoidopen(){Intentintent=newIntent();intent.
setAction
(BluetoothAdapter.ACTION_REQUEST_ENABLE
Miracles___
·
2020-08-09 18:53
android 调用系统界面
首先,我们先看拨号界面,代码如下:Intentintent=newIntent();intent.
setAction
("android.intent.action.
L_serein
·
2020-08-09 18:27
Android
Android中调用浏览器打开网页方式
此时可以有以下几种实现方式:一:调用默认浏览器12345Intentintent=newIntent();//Intentintent=newIntent(Intent.ACTION_VIEW,uri);intent.
setAction
FL1623863129
·
2020-08-09 18:44
android
android 一键分享 QQ 微信
/blog.csdn.net/wangyang2698341/article/details/20847469文件类型表IntentsendIntent=newIntent();sendIntent.
setAction
lfqsy
·
2020-08-09 17:20
java
android4.4以及以上的系统,无法获取相册图片解决方法。
以前获取相册的图片用的这个IntentIntentlocalIntent=newIntent();localIntent.setType("image/*");localIntent.
setAction
夜神苍月
·
2020-08-09 17:26
Android实现打开浏览器
1.调用浏览器打开对应的网址:Intentintent=newIntent();intent.
setAction
(Intent.ACTION_VIEW);Uriuri=Uri.parse("http:/
zzmccnu
·
2020-08-09 16:15
移动终端开发
Android 调用第三方浏览器打开网址或下载文件
要浏览的资源地址*/publicstaticvoidopenBrowser(Contextcontext,Stringurl){finalIntentintent=newIntent();intent.
setAction
风正吹
·
2020-08-09 16:58
Android基础
Android 调用第三方浏览器打开网址或下载文件
要浏览的资源地址*/publicstaticvoidopenBrowser(Contextcontext,Stringurl){finalIntentintent=newIntent();intent.
setAction
安卓AndroidQ
·
2020-08-09 12:48
Android 调用系统浏览器 出现activitynotfoundexception 解决办法
Android调用系统浏览器出现activitynotfoundexception解决办法//正常调用系统默认浏览器Intentintent=newIntent();intent.
setAction
("
_逆生长
·
2020-08-09 09:56
Android
Android APP中启动第三方浏览总结
之前直接在activity中打开,然后就直接跳转到浏览器中,代码是这样的:Intentintent=newIntent();intent.
setAction
("android.intent.action.VIEW
Zmj_Dns
·
2020-08-09 06:46
android
Android 调用第三方浏览器打开
要浏览的资源地址*/publicstaticvoidopenBrowser(Contextcontext,Stringurl){finalIntentintent=newIntent();intent.
setAction
毕波毕波
·
2020-08-09 05:52
Android
Android
Studio
android 外部启动activity,自定义action,action常量大全
ComponentNamecn=newComponentName("com.book.android2","com.book.android2.AndroidSearch");i.setComponent(cn);i.
setAction
唯我独黑wang
·
2020-08-09 05:52
android
Android通过外部启动APP的三种方式
("com.joyodream.jiji");startActivity(LaunchIntent);第二种:通过自定义的Action:Intentintent=newIntent();intent.
setAction
zhongfangguiyishi
·
2020-08-09 04:51
Android基础
Android跳转淘宝商品详情页代码
id=123456";Intentintent2=getPackageManager().getLaunchIntentForPackage("com.taobao.taobao");intent2.
setAction
假装我在飞
·
2020-08-09 03:10
Android
【Android】Scheme详解
当我们通过Intent启动一个Activity的时候,一般分为显式跳转和隐式跳转,而隐式跳转我们通过
setAction
方法就可以实现,但有时我们需要通过设置URi的方式来进行页面的跳转,隐式启动则是不明确指
寒小枫
·
2020-08-08 23:04
android开发进阶
android拨打电话崩溃6.0以上实时动态权限申请
以上的却崩溃解决方法:targetSdkVersion23以下的privatevoidcallDirectly(Stringmobile){Intentintent=newIntent();intent.
setAction
watchingCode
·
2020-08-08 19:58
Android方法
安卓之文字,链接,图片,音乐,分享功能的实现
details/51442643搞了好久,还是没搞好,没得到想要的效果,还是总结一下,以供和我一样的新手参考:ONE:相关知识一,Intent的相关属性:(1)Action:指Intent将要完成的动作
setAction
Android开始之路
·
2020-08-08 19:38
android
intent
音乐分享
文本分享
setData
setType
android 从activity中停止Service
1,在AndroidManifest.xml注册Service2,在Activity中调用finalIntentintent=newIntent();intent.
setAction
("ITOP.MOBILE.SIMPLE.SERVICE.SENSORSERVICE
nosxcy
·
2020-08-08 18:31
Android开发
Android 调用系统的分享功能
有时候分享的功能比较简单,不需要集成第三地方的SDK,可以考虑利用Intent来实现简单的分享功能1.分享内容为文字IntentshareIntent=newIntent();shareIntent.
setAction
xxq2dream
·
2020-08-08 18:25
Android
android调用浏览器打开网页链接
指定浏览器,调用系统自带浏览器打开网页链接:Intentintent=newIntent();intent.
setAction
("android.intent.action.VIEW");Uricontent_url
白发于樵
·
2020-08-08 14:27
android
Android 使用 Scheme 启动淘宝,天猫等其他APP
id=41700658839";Intentintent=newIntent();intent.
setAction
("android.int
Mi-Hoo
·
2020-08-08 12:43
Android
Android
Studio
Android8.0自定义广播
自定义获取广播权限Intentintent=newIntent();//定义广播类型intent.
setAction
("Help_stitch");intent.setComponent(newComponentName
shmilyhq
·
2020-08-07 18:48
Android广播的基本使用
这里我就简单写个动态注册广播的使用案例发送方(请求方)发送广播Intentintent=newIntent();//设置广播的名字(设置Action)intent.
setAction
("voice_home
lovelixue
·
2020-08-07 15:46
技术
关于华为EMUI4.0忽略电池优化失败的问题
Intentintent=newIntent();intent.
setAction
(android.provider.Settings.ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
laxian2009
·
2020-08-07 14:31
android
android怎么用intent跳转到文件管理器
Intentintent=newIntent();intent.
setAction
("android.intent.action.MAIN");//这个地方换了很多都没达到效果intent.addCategory
dieaicuan2810
·
2020-08-07 13:15
解决 android.os.FileUriExposedException异常
我们在Android5.0以及5.0之前调用相机可以这样写Intentintent=newIntent();intent.
setAction
(MediaStore.ACTION_IMAGE_CAPTURE
qq_31433193
·
2020-08-05 01:39
android
android capture 拍照 点击确定无反应
代码:Intentintent=newIntent(MediaStore.ACTION_IMAGE_CAPTURE);intent.
setAction
(MediaStore.ACTION_IMAGE_CAPTURE
xiaolaoban212
·
2020-08-04 08:18
android
android 外部启动activity,自定义action,action常量大全
ComponentNamecn=newComponentName("com.book.android2","com.book.android2.AndroidSearch");i.setComponent(cn);i.
setAction
qylk
·
2020-08-04 08:09
Android
利用Intent.ACTION_SEND进行分享
下面列出一个简单的分享方式IntentshareIntent=newIntent();shareIntent.
setAction
(Inte
RichardNo1
·
2020-08-04 08:21
android
安卓笔记之自定义广播事件发送自定义广播以及接受者优先级
application结点下配置reciever节点://优先级(优先级高的先执行)//自己定义的广播动作2.发送广播事件①创建新的工程在类中写如下关键代码Intentintent=newIntent();intent.
setAction
皇朝青城
·
2020-08-04 08:46
Android中打开系统相机连续拍多张图片,并得到图片地址
1、打开系统相机:Intentintent=newIntent();intent.putExtra("return-data",false);intent.
setAction
(MediaStore.ACTION_IMAGE_CAPTURE_SECURE
酒尽雪满天
·
2020-08-04 03:40
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他