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程序使用代码的安装和卸载
StringfileName=Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
heicainiuniu
·
2011-08-24 19:00
Android安装卸载程序具体操作方法解析
Environment.getExternalStorageDirectory()+"/myApp.apk";Intentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
kerlubasola
·
2011-08-20 14:00
android
Android程序使用代码的安装和卸载!!!
Environment.getExternalStorageDirectory() + str; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
daixj110
·
2011-08-15 14:00
android
Android代码实现APK文件的安装与卸载
StringfileName=Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
zjl5211314
·
2011-08-02 11:00
apk安装及卸载的原理及代码
Java:Intentintent= new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri.fromFile(new File(fileName
summerxzg
·
2011-07-28 14:00
java
xml
Scheme
filter
android代码安装和卸载apk
StringfileName=Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
summerxzg
·
2011-07-28 11:00
Intent 案例
Environment.getExternalStorageDirectory()+"/"+apkname; Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
sunny09290
·
2011-07-25 15:00
Android 程序中安装APK文件
ntentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri.fromFile(newFile
ultrapro
·
2011-07-20 10:00
安装APK安装包
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setAction(android.content.Intent.ACTION_VIEW); intent.
setDataAndType
BuleRiver
·
2011-07-20 10:00
安装APK安装包
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setAction(android.content.Intent.ACTION_VIEW); intent.
setDataAndType
linuxstuding
·
2011-07-20 10:00
apk
转:Android程序使用代码的安装和卸载!
Environment.getExternalStorageDirectory() + str; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
zhujianjia
·
2011-07-09 18:00
android
调用Android installer 安装和卸载程序
Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri.fromFile(newFile("/sdcard/WorldCupTimer.apk
lili1985516
·
2011-06-27 15:00
Android代码实现APK文件的安装与卸载
StringfileName=Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW); intent.
setDataAndType
Sky_Monkey
·
2011-06-21 10:00
android
String
File
url
delete
byte
Android下intent的setdata、settype和
setdataandtype
函数
1settype使用该函数表示要查找文件的mime类型(如*/*),这个和组件在manifest里定义的相对应,但在源代码里:viewplaincopytoclipboardprint?public Intent setData(Uri data) { mData = data; mType = null; return this;
qjbagu
·
2011-04-28 11:00
android
String
File
null
Android多媒体学习五:调用Android自带的播放器播放Audio
Intentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
(Uri,MimeType);start
chenjie19891104
·
2011-04-18 09:00
android
String
ListView
action
button
audio
android 添加,删除程序
Environment.getExternalStorageDirectory() + "/myApp.apk"; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
幽白白
·
2011-03-28 14:30
android
移动开发
休闲
添加程序
删除程序
如何用intent调用android系统程序打开指定图片
先从SDcard上获得图片路径chosenPicFile,再发送Intent: Intentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
madsky007
·
2011-01-18 15:00
Android下intent的setdata、settype和
setdataandtype
函数
1settype使用该函数表示要查找文件的mime类型(如*/*),这个和组件在manifest里定义的相对应,但在源代码里:publicIntentsetData(Uridata){mData=data;mType=null;returnthis;} 会将type设为null。2setdata该函数的参数是uri,所以要将数据通过该函数传递时,记得要把数据转化为uri,如Uri.fromFile
huangyic1986
·
2011-01-10 16:00
android
String
File
null
播放多媒体
Intentit=newIntent(Intent.ACTION_VIEW);Uriuri=Uri.parse("file:///sdcard/song.mp3");it.
setDataAndType
(
cs_jiang
·
2011-01-05 00:00
File
用intent在activity间传递数据
通过intent发送数据:...Intentit=newIntent(Intent.ACTION_VIEW); Uriu=Uri.parse("file:///sdcard/test.xxx");it.
setDataAndType
ccwwff
·
2010-12-18 15:00
android
String
Scheme
File
filter
null
调用裁切图片
Intent("com.android.camera.action.CROP"); // this will open all images in the Galery intent.
setDataAndType
wang_peng1
·
2010-12-07 10:00
android
UI
git
F#
第三方调用方法备忘 -- 文件管理
打开文件:sdcard/hanyu.pdfUriu=Uri.parse("file:///sdcard/hanyu.pdf"); it.
setDataAndType
(u,"application/pdf
ccwwff
·
2010-12-01 23:00
android 打开文件
android.content.Intent.ACTION_VIEW); File file = new File(\"/sdcard/test.mp4\"); intent.
setDataAndType
wangmuchang
·
2010-11-16 12:00
android
PackageManager-->resolveActivity查询是否有符合条件的Activity
Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri.parse(url), mimetype
追求幸福
·
2010-11-12 17:00
Scheme
android安装和卸载程序
Environment.getExternalStorageDirectory()+"/myApp.apk";Intentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
JavaTiger427
·
2010-10-20 09:00
apk安装及卸载的原理及代码
thisshouldwork:Java:Intentintent= new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri.fromFile(
JavaTiger427
·
2010-09-26 16:00
java
xml
Scheme
filter
android应用中调用系统相应用汇总
通过程序打开mp3播放器播放音乐Intentit=newIntent(Intent.ACTION_VIEW);Uriuri=Uri.parse("file:///sdcard/song.mp3");it.
setDataAndType
gumanren
·
2010-08-31 21:00
android
Stream
delete
音乐
sms
电话
启动安装的apk
) + "/packageName.apk"); Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
wang_peng1
·
2010-08-26 08:00
android
Android中常用的函数
Intent.ACTION_VIEW); Uridata=Uri.fromFile(file); Stringtype="application/vnd.android.package-archive"; intent.
setDataAndType
Kevin_Gan
·
2010-08-19 11:00
android:软件的安装和卸载源代码
Environment.getExternalStorageDirectory()+"/myApp.apk";Intentintent=newIntent(Intent.ACTION_VIEW);intent.
setDataAndType
lzx_bupt
·
2010-08-18 22:00
android
File
delete
2010
Android中常用的函数
Intent.ACTION_VIEW); Uridata=Uri.fromFile(file); Stringtype="application/vnd.android.package-archive"; intent.
setDataAndType
Kevin_Gan
·
2010-07-07 17:00
Android中常用的函数
Intent.ACTION_VIEW); Uridata=Uri.fromFile(file); Stringtype="application/vnd.android.package-archive"; intent.
setDataAndType
Vincent_czz
·
2010-07-01 18:00
android
String
File
float
Matrix
【转】用代码安装APK程序
Intent i = new Intent(Intent.ACTION_VIEW); String filePath = "/sdcard/XXX.apk"; i.
setDataAndType
xiduxiaoyu
·
2010-06-08 23:00
android
android apk的安装
Environment.getExternalStorageDirectory() + str; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
kevin2562
·
2010-06-08 10:00
android
android apk的安装
Environment.getExternalStorageDirectory() + str; Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
kevin2562
·
2010-06-08 10:00
android
编程方式安装.apk文件
Intent intent = new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri
linweig
·
2010-04-08 21:00
编程
android
File
apk安装及卸载的原理及代码
thisshouldwork: Java:Intentintent= new Intent(Intent.ACTION_VIEW); intent.
setDataAndType
(Uri.fromFile
lastsweetop
·
2010-01-27 11:00
java
xml
Scheme
filter
File
用代码安装APK程序
Intent i = new Intent(Intent.ACTION_VIEW); String filePath = "/sdcard/XXX.apk"; i.
setDataAndType
(Uri.parse
vrix
·
2009-09-08 11:00
File
Android中调用系统的安装程序
Intent intent = new Intent(Intent.ACTION_VIEW);intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);intent.
setDataAndType
surefan
·
2009-07-10 09:00
android
从相册选一张图片的方法
应用开发中如果需要从相册中取一张图片,可以使用以下方法: Intentintent=newIntent(Intent.ACTION_PICK,null);//生成新的Intent intent.
setDataAndType
belyxiong
·
2009-03-06 17:00
null
相册
上一页
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
其他