腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
如何使用多个按钮从fragment类中打开新的活动?
、
、
、
、
import android.app.Fragment;import android.os.Bundle; switch (v.getId()) {
Intent
intent
= new
Intent
(this, BmiCalculator.cla
浏览 1
提问于2016-05-05
得票数 0
1
回答
如何打开存储在getFilesDir().getPath()路径中的文件
getBaseContext().getFilesDir().getPath()+"/myfile.pdf";
Intent
intent
= new
Intent
(
Intent
.ACTION_VIEW);
浏览 2
提问于2014-05-19
得票数 2
1
回答
Android -如何在Marshmallow中打开默认的手机应用程序屏幕
、
、
、
我正在寻找一种以编程方式打开Marshmallow中的“默认电话应用程序对话框”的方法--我假设我正在寻找应该被调用的意图,类似于我用来将我的应用程序设置为默认短信应用程序的android.provider.Telephony.Sms.Intents.ACTION_CHANGE_DEFAULT。
浏览 4
提问于2015-11-11
得票数 2
回答已采纳
2
回答
在广播接收器中使用意图过滤器
在使用广播接收器时,
intent
-filters和属性android:exported="false"的
用法
有何具体区别?如果我们在<receiver>标签中指定了一些
intent
-filters,那么无论指定的
intent
-filters是什么,此活动都将接收所有
intent
?
浏览 1
提问于2013-01-21
得票数 0
回答已采纳
2
回答
如何创建启动活动的方法?
、
、
我不想重复创建这样一个意图的代码: case "option1": case "option2":} 我想要创建一个函数,在其中我可以传递上下文和
浏览 0
提问于2018-10-02
得票数 0
回答已采纳
1
回答
活动重新打开仅有效一次
、
、
、
、
为此,我刚刚结束了当前的活动,并通过
intent
打开新的活动。下面的代码。
Intent
reopenCurrentActivityIntent = new
Intent
(this, HideSettingsActivity.class); reopenCurrentActivityIntent.putExtra
浏览 7
提问于2018-02-27
得票数 2
2
回答
如何从字符串值设置意图的类?
、
、
、
有没有办法让下面这样的代码运行:
Intent
intent
=new
intent
();
intent
.setClass(
浏览 2
提问于2010-06-11
得票数 0
1
回答
Intent
.FLAG_GRANT_READ_URI_PERMISSION标志
用法
、
、
、
现在它工作得很好,但我遇到了新的问题-文档显示,当我将URI传递给PDFViewer时,需要使用
Intent
.FLAG_GRANT_READ_URI_PERMISSION标志,但在我的示例中,即使没有此标志如何让它尊重
Intent
.FLAG_GRANT_READ_URI_PERMISSION的旗帜?
浏览 2
提问于2011-12-12
得票数 2
回答已采纳
2
回答
如何正确调用上下文以启动活动
、
、
、
我开始怀疑上下文对于startActivity意图的正确
用法
。这是我的Kotlin代码(活动->活动): val mIntent =
Intent
(applicationContext=
Intent
.FLAG_ACTIVITY_CLEAR_TOP mIntent.flags =
Intent
.FLAG
浏览 1
提问于2020-01-27
得票数 2
回答已采纳
1
回答
如何访问一个活动到另一个类的用户输入?
、
、
、
、
我在我的ParticleActivity项目中有一个名为Android Studio的活动。private ProgressDialog pd;EditText particles = (EditText) findViewById(R.i
浏览 1
提问于2017-04-07
得票数 0
回答已采纳
2
回答
"-c android.
intent
.category.BROWSABLE“用于”亚行壳是启动“的用途是什么?
、
、
、
、
有什么区别 -a android.
intent
.action.VIEW \adb shell am start \ -c android.
intent
.category.BROWSABLE \-d https://www.airbnb.co.uk/room
浏览 13
提问于2022-08-29
得票数 0
1
回答
当试图切换Android5.0上的启动程序时,我的应用程序强制关闭
void changeLauncher() {
Intent
selector = new
Intent
("android.
intent
.action.MAIN"); selector.addCategory("android.
intent
.category.HOME
浏览 3
提问于2015-09-14
得票数 0
回答已采纳
1
回答
在Android中,API 30中的包可见性需要哪种类型的意向对象需要查询标记?
<category android:name="android.
intent
.category.BROWSABLE" /> <category android:name="android.
intent
.category.BR
浏览 5
提问于2021-09-28
得票数 0
回答已采纳
6
回答
getIntExtra始终返回缺省值
我正在尝试使用
intent
在活动之间传递一个整数。源活动makes The calls info.id是从ListView中选择的项。
Intent
intent
= new
Intent
(myActivity.this, newClass.class); this.startActivity(
intent
); int iSelec
浏览 0
提问于2010-01-26
得票数 19
1
回答
生成用于安卓的QRCode镜像
、
目前我知道如何在我的应用程序中编码条形码扫描仪,这里是我的扫描仪的代码
intent
.putExtra("SCAN_MODE", "QR_CODE_MODE"); startActivityForResult(
intent
浏览 2
提问于2012-03-12
得票数 4
回答已采纳
1
回答
从edittext使用按钮获取文本
、
、
、
);
Intent
intent
= new
Intent
(MainActivity.this, MainActivity2.class); @Overri
浏览 4
提问于2013-08-25
得票数 0
4
回答
android的
intent
-filter :优先级设置
、
我测试了
intent
-filter android:priority="0"和
intent
-filter android:priority="20" by android.
intent
.category.HOMEandroid:priority="0"> <c
浏览 0
提问于2009-12-25
得票数 5
1
回答
Phonegap config.xml -无法解释的意图
但是,我无法确定以下内容的含义/
用法
<allow-
intent
href="market:*" /><platformname="ios"> <allow-
intent
hre
浏览 2
提问于2015-10-09
得票数 7
2
回答
如何在android的网址部分显示EditText的文本?
、
、
以下是代码
Intent
i = new
Intent
("android.
intent
.action.VIEW
浏览 2
提问于2010-11-21
得票数 0
回答已采纳
3
回答
Android活动标志问题
、
编辑:在接收器中,似乎起作用了
浏览 2
提问于2011-06-03
得票数 0
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
利用intent向下一级activity传递数据
状态管理State Manage到MVI—Model-View-Intent上
利用 Kotlin 的特性,让 Intent 传递数据的方式更优雅!
python里apply用法_Python apply函数的用法
weevely用法
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券