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
PendingIntent
Android 生成通知栏以及点击通知栏跳转
privatestaticvoidshowNotification(Contextcontext,StringcontentTitle,StringcontentText,
PendingIntent
intent
JeffreyWorld
·
2023-02-17 15:20
三星手机 Notification
PendingIntent
传值问题
三星手机Notification
PendingIntent
传值问题
PendingIntent
简单介绍通知栏跳转启动Activity//获取一个用于启动Activity的
PendingIntent
对象publicstatic
PendingIntent
getActivity
cover_tech
·
2023-02-05 07:58
PendingIntent
publicstatic
PendingIntent
getBroadcast(Contextcontext,intrequestCode,Intentintent,@Flagsintflags);publicstatic
PendingIntent
getActivities
记得柒叁贰
·
2023-02-01 19:17
Android MTK平台 客制化系统来电界面(屏蔽 InCallUI 提供接口给客户自行展示来电去电页面)
禁止系统拉起来去电页面(InCallActivity),消息通知客户拉起自己的来去电页面3、禁止来电消息Notification显示(包括未接来电),点击跳转至InCallActivity(未接来电消息可通知客户或者将
PendingIntent
cczhengv
·
2023-02-01 16:23
使用
PendingIntent
的过程中遇到的问题
我的实现方式是这样的,BroadcastReceiver接收到通知后根据key作出不同的响应:val
pendingIntent
1=
PendingIntent
.getBroadcast(context,0
大飛機
·
2023-01-28 22:31
RemoteViews入门
RemoteViewsRemoteViews表示的是一个View结构,实现了Parceable接口-它可以在其他进程中显示;使用场景:通知、桌面小部件.一、RemoteViews的应用通知桌面小部件通知Step:指定Intent,通过
PendingIntent
小白咸菜
·
2023-01-28 16:51
android 极光推送语音,Jpush (极光推送)自定义推送声音(安卓端写法)
packagecom.xietong.software.receiver;importandroid.app.NotificationManager;importandroid.app.
PendingIntent
FFFire小火
·
2022-10-01 07:52
android
极光推送语音
Android Notification通知使用详解
目录创建通知渠道初始化通知显示通知显示图片通知通知点击
PendingIntent
.getBroadcast
PendingIntent
.getActivityAndroid12之
PendingIntent
·
2022-09-09 10:52
Android 面试题:说一下
PendingIntent
和 Intent 的区别
前言从字面意思上理解,
PendingIntent
是一种延迟的Intent,表示一种延迟执行的意图操作。对,但又不完全对。一句话概括,
PendingIntent
一种是支持授权其他应用以当
·
2022-07-22 14:18
android
Android 面试题:说一下
PendingIntent
和 Intent 的区别
前言从字面意思上理解,
PendingIntent
是一种延迟的Intent,表示一种延迟执行的意图操作。对,但又不完全对。一句话概括,
PendingIntent
一种是支持授权其他应用以当前应用的身份执行
彭旭锐
·
2022-07-21 23:57
Android Notification使用教程详解
Android7.0,API245.Android8.0,API266.Android12.0,API31二、创建项目三、显示通知①创建通知渠道②初始化通知③显示通知四、通知点击①创建目的Activity②
PendingIntent
·
2022-07-12 13:02
adb 打印activity堆栈
/u013750244/article/details/122071015使用adb查看当前手机的相关内容adbshelldumpsysactivity可以得到如下内容:ACTIVITYMANAGER
PENDINGINTENT
S
龙腾腾
·
2022-07-02 13:24
android
java
apache
alarm唤醒系统过程分析
frameworks/base/core/java/android/app/AlarmManager.javapublicvoidset(@AlarmTypeinttype,longtriggerAtMillis,
PendingIntent
operation
那颗流星
·
2022-06-05 07:49
POWER
Android 嵌套 Intent 隐患及解决方案
目录带来的问题解决方案:
PendingIntent
结语前言:翻译自NicoleBorrelli在Medium上的post《AndroidNestingIntents》。
·
2022-05-26 11:48
PendingIntent
重定向:一种针对安卓系统和流行App的通用提权方法——BlackHat EU 2021议题详解 (下)
1不安全
PendingIntent
的通用利用方法1.1不安全
PendingIntent
的特征
·
2022-03-15 15:12
安全
PendingIntent
重定向:一种针对安卓系统和流行App的通用提权方法——BlackHat EU 2021议题详解(上)
1简介1.1Intent安卓系统中,Intent是在组件间传递的通信消息,用于执行打开Activity、发送广播、启动服务等动作,而Intent对象内部的字段则规定了Intent发送的目的组件,以及执行动作的具体内容,包括action、category、data、clipdata、package、flag、extra、component和selector。其中component和selector用
·
2022-03-11 15:26
安全
Android Manager之AlarmManager(闹钟服务)
AlarmManageralarmManager=(AlarmManager)getSystemService(Service.ALARM_SERVICE);2.相关方法以及详解2.1.方法:set(inttype,longstartTime,
PendingIntent
pi
AMrx
·
2022-02-11 15:25
android 点击Notification的定义视图后收起通知栏
百度搜setOnClick
PendingIntent
收起通知栏,结果前排的csdn、博客园文章都是无效的(用了反射)。
代码男神
·
2022-02-11 09:33
安卓开发学习笔记
android
java
github
Android常用通知
NoticeReceiveActivity.class);intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);//intent里面可以携带参数intent.putExtra("key","来自通知");
PendingIntent
pe
FlyClound
·
2022-02-09 15:16
Android 12 已来,你的 App 崩溃了吗?
•为什么在Android12上需要显示指定
PendingIntent
的可变性?•为什
·
2022-01-03 20:59
android
android实现通过NFC读取卡号
android通过NFC读取卡号的具体代码,供大家参考,具体内容如下1.获取权限2.设置NFC活动页3.Activity代码//NFC对象privateNfcAdaptermNfcAdapter;private
PendingIntent
pi
·
2021-11-28 20:48
Android实现NFC读取校园卡
具体内容如下主程序:packagecom.nfclab.stuCard;importjava.io.IOException;importandroid.app.Activity;importandroid.app.
PendingIntent
·
2021-09-23 18:52
关于
PendingIntent
您需要知道的那些事
PendingIntent
是Android框架中非常重要的组成部分,但是目前大多数与该主题相关的开发者资源更关注它的实现细节,即"
PendingIntent
是由系统维护的token引用",而忽略了它的用途
谷歌开发者
·
2021-08-06 10:53
关于
PendingIntent
您需要知道的那些事
PendingIntent
是Android框架中非常重要的组成部分,但是目前大多数与该主题相关的开发者资源更关注它的实现细节,即"
PendingIntent
是由系统维护的token引用",而忽略了它的用途
·
2021-08-05 21:04
android
RemoteViews --
PendingIntent
一、概念
PendingIntent
表示一种处于pending状态的Intent,就是说接下来有一个Intent将在某个特定的时刻发生。
TomyZhang
·
2021-06-10 10:19
《Android开发艺术探索》第五章----理解RemoteView
--------引出反射
PendingIntent
是什么?它和Intent的区别?典型使用场景是什么?支持几种待定意图?(①②③)
PendingIntent
的匹配规则是什么?Remot
书生也coding
·
2021-05-21 09:58
Android闹钟服务AlarmManager
Context.ALARM_SERVICE);设置闹钟Android4.4以上方法声明:publicvoidsetWindow(inttype,longwindowStartMillis,longwindowLengthMillis,
PendingIntent
operation
Cursor_fei
·
2021-05-17 02:37
Android中的Intent
目录1.Intent2.Intent类型3.Intent中的主要信息4.使用实例5.Intent传递对象6.
PendingIntent
1.Intent官方文档的解释是AnIntentisamessagingobjectyoucanusetorequestanactionfromanotherappcomponent.Intent
gaaaaaaaaaao
·
2021-05-13 03:36
Android之AlarmManager(全局定时器/闹钟)指定时长或以周期形式执行某项操作
,以一个固定的间隔时间执行某项操作,所以常常与广播(Broadcast)连用,实现闹钟等提示功能2、AlarmManager的常用方法有三个:(1)set(inttype,longstartTime,
PendingIntent
pi
喝杯咖啡先
·
2021-05-09 14:22
AppWidget 的使用之
PendingIntent
这几天学习AppWidget,很简单的组件却花费了不少功夫,今天对
PendingIntent
的用法做了一些简单的整理。
残桐落叶
·
2021-04-29 12:54
第6例:仿明日学院信息通知
核心思想知识点:1)、Notification的基本使用2)、
PendingIntent
的理解效果图如下GIF.gif功能实现过程1、核心代码publicclassMainActivityextendsAppCompatActivity
追梦小乐
·
2021-04-21 03:20
Android 通过NFC读取卡号
1.获取权限2.设置NFC活动页3.Activity代码//NFC对象privateNfcAdaptermNfcAdapter;private
PendingIntent
pi;1.主方法中://获取默认的
一个不爱敲代码的女孩
·
2021-04-15 09:10
Android 12(Snow Cone) - Pending Intents mutability
如果想用别的application来launch自己的application的时候可以用
pendingIntent
。它提供给其他application权限。
乘上起下
·
2021-03-29 07:30
AndroidStudio定时器AlarmManager在真机测试失效?求助!求解!
AndroidManifest.xml的权限啊,接收器啊都有activity.java的部分关键代码如下Intentintent=newIntent(ALARM_EVENT);//闹钟服务意图//用于广播的延迟意图,广播闹钟服务
PendingIntent
pendIntent
Dodr
·
2021-01-26 22:46
android
app
定时任务
Android JetPack以及框架MVVM
(ProcessLifecycleOwner)二、Navigation1.使用Navigation2.使用safeargs传递参数3.NavigationUI的使用方法4.深层链接DeepLink1.
PendingIntent
花朵快快长
·
2020-12-18 16:55
Android
移动开发
jetpack
android
Android的
PendingIntent
简单示例
PendingIntent
是什么?
pendingIntent
的字面意义:待确定的意图,等待的意图。
安陽
·
2020-11-08 23:10
Android
android.app.RemoteServiceException: Bad notification posted from package 异常解决
android.app.RemoteServiceException:Badnotificationpostedfrompackage异常解决在android4.0一下的版本,使用noticManager.notify()一个notification必须要设定一个
pendingintent
代官山
·
2020-09-17 02:34
Android
[Android][AlarmManager]
2.AlarmManager设置定时任务方法解析1)set(inttype,longtriggerAtMillis,
PendingIntent
o
飒飒秋风声
·
2020-09-16 23:15
android
从service启动activity startActivity慢 的解决方案
Intentintent=newIntent(context,A.class);intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
PendingIntent
pendingIntent
weixin_30898109
·
2020-09-16 16:24
移动开发
android通过NFC读取卡号
1.获取权限2.设置NFC活动页3.Activity代码//NFC对象privateNfcAdaptermNfcAdapter;private
PendingIntent
pi;1.主方法中://获取默认的
微雨未语
·
2020-09-16 15:57
Android
android Alarm的设定和取消
众所周知,设定alarm的话,大概需要用到如下几步:1.创建一个Intent2.创建一个
PendingIntent
3.得到ALARM_SERVICE的AlarmManager4.使用AlarmManager
Jasonshen89
·
2020-09-15 20:21
android
Android 通过AlarmManager实现单次闹钟和周期闹钟
这些事件可在特定的时刻或以固定的时间间隔发生我们只需要五步就可以创建一个简单的闹铃1》通过getSystemService获得闹钟管理者AlarmManager2》确定设置闹钟的时刻3》创建要调用的接受程序4》创建一个挂起的
PendingIntent
糯唧唧
·
2020-09-15 20:31
安卓
android
闹钟
管理
Android 设置定时提醒,AlarmManager简单使用
给app设置定时提醒的功能,典型的例子有闹钟,AlarmManager是Android系统级的服务,原理相当的简单,当你设定一个时间,然后在到达时候后,系统触发一个广播,然后广播通过
PendingIntent
云雾雨烟
·
2020-09-15 18:55
实用技巧
Android Widget的写法
packagecn.itcast.mobilesafe.receiver.service;importjava.util.Timer;importjava.util.TimerTask;importandroid.app.
PendingIntent
刘赵强
·
2020-09-15 10:12
Adroid
Widget
桌面小空间
PendingIntent
用处
在手机广播通告中,点击相应通告,启动Activity处理相应业务用到:NotificationManager.notify(random.nextInt(),notification);方法如下:publicvoidnotify(StringnotificationId,StringapiKey,Stringtitle,Stringmessage,Stringuri){//Notification
陈谏辉
·
2020-09-15 02:48
Android
22 Notification样式设置内部按钮点击事件
packagecom.exam1ple.demo1;importandroid.app.Activity;importandroid.app.NotificationManager;importandroid.app.
PendingIntent
weixin_30677475
·
2020-09-14 20:50
移动开发
javascript
RemoteViews之
pendingIntent
的理解
在使用RemoteViews的时候我们发现了一个特别的Intent即
PendingIntent
根据字面的意思pending—>待定等待即将发生的意思也就是待定发生的Intent,和普通的Intent相比
潇潇微雨up
·
2020-09-14 20:05
android
Android学习笔记—— 十 、多媒体的基础使用 - 通知的基础使用方法
NotificationManagernotificationManager=(NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);//配置一个
PendingIntent
北方提不起劲
·
2020-09-14 19:47
Android学习笔记
Android
PendingIntent
的一些小迷惑
桌面Widget控件的点击事件,通常只能通过RemoteViews.setOnClick
PendingIntent
(intviewId,
PendingIntent
pendingIntent
)方法来指定响应的行为
iteye_17722
·
2020-09-14 19:43
android
温习Android基础知识——《第一行代码(第三版)》读书笔记 Chapter 9 通知&多媒体技术
第九章:丰富你的程序,运用手机多媒体目录第九章:丰富你的程序,运用手机多媒体通知通知渠道创建通知渠道
PendingIntent
相机、播放音频通知当某个应用程序希望向用户发出一些提示信息,而该应用程序又不在前台运行时
WayneSun729
·
2020-09-14 17:04
安卓基础知识
android
安卓
上一页
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
其他