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
setDataAndType
android 剪切图片
mUri)return; Intentintent=newIntent(); intent.setAction("com.android.camera.action.CROP"); intent.
setDataAndType
yzwlord
·
2012-12-08 23:00
Android中Intent的setData,setType和
setDataAndType
的用法
http://blog.csdn.net/gf771115/article/details/7827527 Android中提供了Intent机制来协助应用间的交互与通讯,或者采用更准确的说法是,Intent不仅可用于应用程序之间,也可用于应用程序内部的Activity/Service之间的交互。利用Intent所实现的软件复用的粒度是Activity/Service,比函数复用更高一些,
284772894
·
2012-12-05 20:00
android
Android应用实现安装外部apk
Intenti=newIntent(Intent.ACTION_VIEW); StringfilePath="sdcard/a.apk"; i.
setDataAndType
(Uri.parse("file
easonx1990
·
2012-12-05 18:00
Android实现应用下载并自动安装apk包
Environment.getExternalStorageDirectory()+str;3Intentintent= new Intent(Intent.ACTION_VIEW);4intent.
setDataAndType
kimbook
·
2012-11-21 17:35
android
安装
下载
自动安装apk包
Android 中的Intent的某些用法
在Android上使用Intent打开视频链接的问题 Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri.parse
lijun952048910
·
2012-10-10 16:00
android
String
list
action
android的自动更新
下载都正常的,然后通过 Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
( Uri.fr
radzhang
·
2012-10-03 19:00
android
Android实现应用下载并自动安装apk包
Environment.getExternalStorageDirectory() + str; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
sfshine
·
2012-09-25 21:00
android
android应用程序安装后自动打开
getApplicationContext());//注册广播,用于监听应用是否安装完成//安装apkIntentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
gf771115
·
2012-09-17 11:00
android
String
File
Class
action
import
Android多媒体学习五:调用Android自带的播放器播放Audio
Intentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
(Uri,MimeType);start
a1405
·
2012-09-11 09:53
android
播放器
用户
Album
的
android 打开各种文件(
setDataAndType
)
阅读更多转自:http://luhuajcdd.iteye.com/blog/1560225和http://www.2cto.com/kf/201201/117389.htmlJava代码/***打开文件*@paramfile*/privatevoidopenFile(Filefile){Intentintent=newIntent();intent.addFlags(Intent.FLAG_AC
zengyan2012
·
2012-08-21 14:00
android
打开各种文件
setDataAndType
action动作
android 打开各种文件(
setDataAndType
)
转自:http://luhuajcdd.iteye.com/blog/1560225和 http://www.2cto.com/kf/201201/117389.html Java代码 /** *打开文件 *@paramfile */ privatevoidopenFile(Filefile){ Intentintent=newIntent(); intent.addFla
zengyan2012
·
2012-08-21 14:00
android
setDataAndType
打开各种文件
action动作
调用系统的裁剪功能裁剪图片
publicvoidcropImage(Uridata){ Intentintent=newIntent("com.android.camera.action.CROP"); intent.
setDataAndType
wl455624651
·
2012-08-15 14:00
工具
output
Android中Intent的setData,setType和
setDataAndType
的用法
Android中提供了Intent机制来协助应用间的交互与通讯,或者采用更准确的说法是,Intent不仅可用于应用程序之间,也可用于应用程序内部的Activity/Service之间的交互。利用Intent所实现的软件复用的粒度是Activity/Service,比函数复用更高一些,另外耦合也更为松散。1settype使用该函数表示要查找文件的mime类型(如*/*),这个和组件在manifest
gf771115
·
2012-08-03 15:00
android
String
File
null
通讯
android在线播放音乐
z=909255638"); intent.
setDataAndType
北极光之吻
·
2012-08-03 15:00
android在线播放音乐
对android软件进行系统升级
voidupdate(){ Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri.fromFile(newFile
Jimmy5z
·
2012-07-30 21:00
android
File
服务器
android在线播放音乐
z=909255638"); intent.
setDataAndType
(uri,"au
青莲居士
·
2012-07-26 16:00
android在线播放
Android上获取打开apk默认关联的图标.
PackageManagerpm=mContext.getPackageManager(); Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
wqhjfree
·
2012-07-25 15:00
android
list
File
null
Android实现应用下载并自动安装apk包
Environment.getExternalStorageDirectory()+str;3Intentintent= new Intent(Intent.ACTION_VIEW);4intent.
setDataAndType
diruser
·
2012-07-17 15:00
android
String
File
url
delete
byte
Android中通过Intent 视频播放
IntentintentVideo=newIntent(Intent.ACTION_VIEW); Uriuri=Uri.parse(""); Stringtype="video/*"; intentVideo.
setDataAndType
平凡简单
·
2012-07-17 11:00
Android 调用系统播放器,调用系统Camera
StringaudioPath){ Intentintent=newIntent(); intent.setAction(android.content.Intent.ACTION_VIEW); intent.
setDataAndType
yudajun
·
2012-07-16 16:00
android
调用系统摄像
调用系统播放器
apk 安装与 卸载
/*//安装Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri.fromFile(newFile("
laozhong110
·
2012-07-06 11:00
android应用中调用系统相应用汇总
Intent it = new Intent(Intent.ACTION_VIEW); Uri uri = Uri.parse("file:///sdcard/song.mp3"); it.
setDataAndType
MrLovelyCbb
·
2012-06-25 09:00
intent.
setDataAndType
1. Intent open a picture file public: Intent intent = new Intent("android.intent.action.VIEW"); intent.addCategory("android.intent.category.DEFAU
luhuajcdd
·
2012-06-13 18:00
intent
Android程序安装和卸载
Environment.getExternalStorageDirectory() + str; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
thunder_yan
·
2012-06-11 14:00
android
程序安装和卸载
Android根据Data匹配隐式Intent的实例
com.hebaijun.intenttest.OTHER");Uridata=Uri.parse("test://www.google.com:80");//intent.setData(data);intent.
setDataAndType
lixiang0522
·
2012-05-30 11:26
android
apk程序的安装、卸载、打开。
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setAction(Intent.ACTION_VIEW); intent.
setDataAndType
liu149339750
·
2012-04-17 10:00
File
delete
android:软件的安装和卸载源代码
Environment.getExternalStorageDirectory() + "/myApp.apk"; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
laogong5i0
·
2012-04-10 22:00
java
android
File
delete
2010
android 如何调用系统自带的程序安装器安装程序
newIntent(Intent.ACTION_VIEW); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); //filePath为文件路径 intent.
setDataAndType
centralperk
·
2012-04-10 14:00
android
File
Android程序安装和卸载
StringfileName=Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
zengzhongxiang
·
2012-04-09 12:00
Android程序安装和卸载
Environment.getExternalStorageDirectory() + str; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
ruirui516888
·
2012-04-09 12:00
android
Android调用系统组件常用uri & intent设置
Environment.getExternalStorageDirectory()+"/"+apkname; Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
shareCode
·
2012-03-30 12:00
android
Stream
String
delete
email
sms
Android实现应用下载并自动安装apk包
Environment.getExternalStorageDirectory()+str; 3Intentintent=newIntent(Intent.ACTION_VIEW); 4intent.
setDataAndType
fu_shuwu
·
2012-03-09 17:00
android
String
File
url
delete
byte
android安装卸载apk
StringfileName="/sdcard/TestB.apk"; Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
hellolinshoujie
·
2012-03-07 10:00
Android程序使用代码的安装和卸载!!!
StringfileName=Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
lxmhuendan
·
2012-02-28 11:00
代码安装android应用
Environment.getExternalStorageDirectory() + str; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
wonka438
·
2012-02-09 15:00
android
intent 方式 安装指定apk
Environment.getExternalStorageDirectory()+"/"+apkname;Intentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
catherine880619
·
2012-02-08 15:00
Android代码实现APK文件的安装与卸载
StringfileName=Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
catherine880619
·
2012-02-06 19:00
代码实现安装卸载apk
安装 final Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri.fromFile(new File
v5browser
·
2012-01-20 09:00
apk
调用Android installer 安装和卸载程序
Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri.fromFile(newFile
a1405
·
2011-12-31 13:23
android
职场
程序
卸载
休闲
【Android】调用系统应用常用uri & intent设置
Environment.getExternalStorageDirectory()+"/"+apkname; Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
Unimen
·
2011-12-23 15:00
android的安装和卸载
Environment.getExternalStorageDirectory() + str; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
winsunxu
·
2011-12-07 12:00
java
android
File
null
delete
byte
Intent打开各种类型的文件
需要用到Intent.
setDataAndType
(path,type)函数模板://android获取一个用于打开PPT文件的intent publicstaticIntentgetPptFileIntent
AlexMichel
·
2011-11-24 11:11
android
职场
休闲
Intent打开各种类型的文件
需要用到Intent.
setDataAndType
(path,type)函数模板://android获取一个用于打开PPT文件的intentpublicstaticIntentgetPptFileIntent
AlexMichel
·
2011-11-24 11:11
职场
休闲
android
Android 应用程序自动更新
当时我对程序怎么自动安装好奇,做了个小测试,把下面的代码放到按键的监听器里面voidupdate(){ Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
liu_zhen_wei
·
2011-11-19 11:00
eclipse
android
File
测试
自动安装
fileName = "/sdcard/tmp.apk"; Intent i = new Intent(); i.setAction(Intent.ACTION_VIEW); i.
setDataAndType
soleman
·
2011-11-18 14:00
安装
android apk下载 安装 卸载 打开
StringfileName=Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
libo19881179
·
2011-10-25 09:00
apk
卸载
安装
下载
打开
android apk下载 安装 卸载 打开
StringfileName=Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
libo19881179
·
2011-10-25 09:00
apk
卸载
安装
下载
打开
Android代码实现APK文件的安装与卸载
StringfileName=Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
jdsjlzx
·
2011-09-15 11:00
android
String
File
url
delete
byte
android:软件的安装和卸载源代码
) + "/myApp.apk"; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
wiseideal
·
2011-09-07 12:00
android
Android下intent的setdata、settype和
setdataandtype
函数
Android中提供了Intent机制来协助应用间的交互与通讯,或者采用更准确的说法是,Intent不仅可用于应用程序之间,也可用于应用程序内部的Activity/Service之间的交互。利用Intent所实现的软件复用的粒度是Activity/Service,比函数复用更高一些,另外耦合也更为松散。 1 settype 使用该函数表示要查找文件的mime类型(如*/*)
quding0308
·
2011-09-01 21:00
android
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
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
其他