- 浏览: 1011406 次
- 性别:
- 来自: 北京
文章分类
- 全部博客 (367)
- JavaScript (23)
- Java (60)
- Python (41)
- 其他 (36)
- SQL (4)
- 开发工具 (26)
- Linux (15)
- AJAX (6)
- Cache (3)
- 正则 (4)
- 架构 (9)
- 手机 (3)
- MySQL (4)
- Android (115)
- vps (1)
- 网站 (4)
- scale (3)
- 搜索引擎 (3)
- iPhone (2)
- hessian (1)
- hessdroid (1)
- 411 (1)
- jstat (1)
- gc (1)
- gallery (1)
- 惯性 (1)
- eclipse (1)
- mac wget error (1)
- miui file explorer 无用 解决办法 (1)
- vim (1)
最新评论
-
qingyezhangluo:
哎。楼主您既然是分享代码的为什么要加密的呢?而且问你密码还不回 ...
android应用换皮肤(转) -
MagicError:
kavoe 写道下载文件有密码。。。。
http抓包工具 -
knightdf:
我先试下再来
JAVA的RAS加密例子 -
kavoe:
下载文件有密码。。。。
http抓包工具 -
changanfounder:
hmc1985 写道setCallbackDuringFlin ...
android gallery滑动惯性问题
程序执行需要读取到安全敏感项必需在androidmanifest.xml中声明相关权限请求, 完整列表如下:
android.permission.ACCESS_CHECKIN_PROPERTIES android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_LOCATION_EXTRA_COMMANDS android.permission.ACCESS_MOCK_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_SURFACE_FLINGER android.permission.ACCESS_WIFI_STATE android.permission.ADD_SYSTEM_SERVICE android.permission.BATTERY_STATS android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.BRICK android.permission.BROADCAST_PACKAGE_REMOVED android.permission.BROADCAST_STICKY android.permission.CALL_PHONE android.permission.CALL_PRIVILEGED android.permission.CAMERA android.permission.CHANGE_COMPONENT_ENABLED_STATE android.permission.CHANGE_CONFIGURATION android.permission.CHANGE_NETWORK_STATE android.permission.CHANGE_WIFI_STATE android.permission.CLEAR_APP_CACHE android.permission.CLEAR_APP_USER_DATA android.permission.CONTROL_LOCATION_UPDATES android.permission.DELETE_CACHE_FILES android.permission.DELETE_PACKAGES android.permission.DEVICE_POWER android.permission.DIAGNOSTIC android.permission.DISABLE_KEYGUARD android.permission.DUMP android.permission.EXPAND_STATUS_BAR android.permission.FACTORY_TEST作为一个工厂测试程序,运行在root用户(Run as a manufacturer test application, running as the root user. ) android.permission.FLASHLIGHT访问闪光灯,android开发网提示HTC Dream不包含闪光灯(Allows access to the flashlight ) android.permission.FORCE_BACK android.permission.FOTA_UPDATE暂时不了解这是做什么使用的,android开发网分析可能是一个预留权限. android.permission.GET_ACCOUNTS访问一个帐户列表在Accounts Service中(Allows access to the list of accounts in the Accounts Service) android.permission.GET_PACKAGE_SIZE android.permission.GET_TASKS android.permission.HARDWARE_TEST android.permission.INJECT_EVENTS android.permission.INSTALL_PACKAGES android.permission.INTERNAL_SYSTEM_WINDOW android.permission.INTERNET android.permission.MANAGE_APP_TOKENS android.permission.MASTER_CLEAR目前还没有明确的解释,android开发网分析可能是清除一切数据,类似硬格机 android.permission.MODIFY_AUDIO_SETTINGS android.permission.MODIFY_PHONE_STATE android.permission.MOUNT_UNMOUNT_FILESYSTEMS android.permission.PERSISTENT_ACTIVITY android.permission.PROCESS_OUTGOING_CALLS android.permission.READ_CALENDAR android.permission.READ_CONTACTS android.permission.READ_FRAME_BUFFER android.permission.READ_INPUT_STATE android.permission.READ_LOGS android.permission.READ_OWNER_DATA android.permission.READ_SMS android.permission.READ_SYNC_SETTINGS android.permission.READ_SYNC_STATS android.permission.REBOOT请求能够重新启动设备(Required to be able to reboot the device. ) android.permission.RECEIVE_BOOT_COMPLETED android.permission.RECEIVE_MMS android.permission.RECEIVE_SMS android.permission.RECEIVE_WAP_PUSH android.permission.RECORD_AUDIO android.permission.REORDER_TASKS android.permission.RESTART_PACKAGES android.permission.SEND_SMS android.permission.SET_ACTIVITY_WATCHER android.permission.SET_ALWAYS_FINISH android.permission.SET_ANIMATION_SCALE修改全局信息比例(Modify the global animation scaling factor.) android.permission.SET_DEBUG_APP配置一个程序用于调试(Configure an application for debugging.) android.permission.SET_ORIENTATION android.permission.SET_PREFERRED_APPLICATIONS android.permission.SET_PROCESS_FOREGROUND android.permission.SET_PROCESS_LIMIT android.permission.SET_TIME_ZONE android.permission.SET_WALLPAPER android.permission.SET_WALLPAPER_HINTS android.permission.SIGNAL_PERSISTENT_PROCESSES android.permission.STATUS_BAR android.permission.SUBSCRIBED_FEEDS_READ android.permission.SUBSCRIBED_FEEDS_WRITE系统暂时保留改设置,android开发网认为未来版本会加入该功能。 android.permission.SYSTEM_ALERT_WINDOW android.permission.VIBRATE android.permission.WAKE_LOCK android.permission.WRITE_APN_SETTINGS android.permission.WRITE_CALENDAR android.permission.WRITE_CONTACTS android.permission.WRITE_GSERVICES android.permission.WRITE_OWNER_DATA android.permission.WRITE_SETTINGS android.permission.WRITE_SMS android.permission.WRITE_SYNC_SETTINGS 我们看到android平台上的权限许可分得还是很细,和Symbian S60 3rd的Capabilities比详细的多,如果软件无法正常执行时看看是不是缺少相关的permission声明,最终我们还需要使用 android sign tools签名生成的apk文件。
允许读写访问"properties"表在checkin数据库中,改值可以修改上传( Allows read/write access to the "properties" table in the checkin database, to change values that get uploaded)
允许一个程序访问CellID或WiFi热点来获取粗略的位置(Allows an application to access coarse (e.g., Cell-ID, WiFi) location)
允许一个程序访问精良位置(如GPS) (Allows an application to access fine (e.g., GPS) location)
允许应用程序访问额外的位置提供命令(Allows an application to access extra location provider commands)
允许程序创建模拟位置提供用于测试(Allows an application to create mock location providers for testing)
允许程序访问有关GSM网络信息(Allows applications to access information about networks)
允许程序使用SurfaceFlinger底层特性(Allows an application to use SurfaceFlinger's low level features)
允许程序访问Wi-Fi网络状态信息(Allows applications to access information about Wi-Fi networks)
允许程序发布系统级服务(Allows an application to publish system-level services).
允许程序更新手机电池统计信息(Allows an application to update the collected battery statistics)
允许程序连接到已配对的蓝牙设备(Allows applications to connect to paired bluetooth devices)
允许程序发现和配对蓝牙设备(Allows applications to discover and pair bluetooth devices)
请求能够禁用设备(非常危险)(Required to be able to disable the device (very *erous!).)
允许程序广播一个提示消息在一个应用程序包已经移除后(Allows an application to broadcast a notification that an application package has been removed)
允许一个程序广播常用intents(Allows an application to broadcast sticky intents)
允许一个程序初始化一个电话拨号不需通过拨号用户界面需要用户确认(Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.)
允许一个程序拨打任何号码,包含紧急号码无需通过拨号用户界面需要用户确认(Allows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user to confirm the call being placed)
请求访问使用照相设备(Required to be able to access the camera device. )
允许一个程序是否改变一个组件或其他的启用或禁用(Allows an application to change whether an application component (other than its own) is enabled or not. )
允许一个程序修改当前设置,如本地化(Allows an application to modify the current configuration, such as locale. )
允许程序改变网络连接状态(Allows applications to change network connectivity state)
允许程序改变Wi-Fi连接状态(Allows applications to change Wi-Fi connectivity state)
允许一个程序清楚缓存从所有安装的程序在设备中(Allows an application to clear the caches of all installed applications on the device. )
允许一个程序清除用户设置(Allows an application to clear user data)
允许启用禁止位置更新提示从无线模块(Allows enabling/disabling location update notifications from the radio. )
允许程序删除缓存文件(Allows an application to delete cache files)
允许一个程序删除包(Allows an application to delete packages)
允许访问底层电源管理(Allows low-level access to power management)
允许程序RW诊断资源(Allows applications to RW to diagnostic resources. )
允许程序禁用键盘锁(Allows applications to disable the keyguard )
允许程序返回状态抓取信息从系统服务(Allows an application to retrieve state dump information from system services.)
允许一个程序扩展收缩在状态栏,android开发网提示应该是一个类似Windows Mobile中的托盘程序(Allows an application to expand or collapse the status bar. )
允许程序强行一个后退操作是否在顶层activities(Allows an application to force a BACK operation on whatever is the top activity. )
允许一个程序获取任何package占用空间容量(Allows an application to find out the space used by any package. )
允许一个程序获取信息有关当前或最近运行的任务,一个缩略的任务状态,是否活动等等(Allows an application to get information about the currently or recently running tasks: a thumbnail representation of the tasks, what activities are running in it, etc.)
允许访问硬件(Allows access to hardware peripherals. )
允许一个程序截获用户事件如按键、触摸、轨迹球等等到一个时间流,android 开发网提醒算是hook技术吧(Allows an application to inject user events (keys, touch, trackball) into the event stream and deliver them to ANY window.)
允许一个程序安装packages(Allows an application to install packages. )
允许打开窗口使用系统用户界面(Allows an application to open windows that are for use by parts of the system user interface. )
允许程序打开网络套接字(Allows applications to open network sockets)
允许程序管理(创建、催后、z- order默认向z轴推移)程序引用在窗口管理器中(Allows an application to manage (create, destroy, Z-order) application tokens in the window manager. )
允许程序修改全局音频设置(Allows an application to modify global audio settings)
允许修改话机状态,如电源,人机接口等(Allows modification of the telephony state - power on, mmi, etc. )
允许挂载和反挂载文件系统可移动存储(Allows mounting and unmounting file systems for removable storage. )
允许一个程序设置他的activities显示(Allow an application to make its activities persistent. )
允许程序监视、修改有关播出电话(Allows an application to monitor, modify, or abort outgoing calls)
允许程序读取用户日历数据(Allows an application to read the user's calendar data.)
允许程序读取用户联系人数据(Allows an application to read the user's contacts data.)
允许程序屏幕波或和更多常规的访问帧缓冲数据(Allows an application to take screen shots and more generally get access to the frame buffer data)
允许程序返回当前按键状态(Allows an application to retrieve the current state of keys and switches. )
允许程序读取底层系统日志文件(Allows an application to read the low-level system log files. )
允许程序读取所有者数据(Allows an application to read the owner's data)
允许程序读取短信息(Allows an application to read SMS messages.)
允许程序读取同步设置(Allows applications to read the sync settings)
允许程序读取同步状态(Allows applications to read the sync stats)
允许一个程序接收到 ACTION_BOOT_COMPLETED广播在系统完成启动(Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. )
允许一个程序监控将收到MMS彩信,记录或处理(Allows an application to monitor incoming MMS messages, to record or perform processing on them. )
允许程序监控一个将收到短信息,记录或处理(Allows an application to monitor incoming SMS messages, to record or perform processing on them.)
允许程序监控将收到WAP PUSH信息(Allows an application to monitor incoming WAP push messages. )
允许程序录制音频(Allows an application to record audio)
允许程序改变Z轴排列任务(Allows an application to change the Z-order of tasks)
允许程序重新启动其他程序(Allows an application to restart other applications)
允许程序发送SMS短信(Allows an application to send SMS messages)
允许程序监控或控制activities已经启动全局系统中Allows an application to watch and control how activities are started globally in the system.
允许程序控制是否活动间接完成在处于后台时Allows an application to control whether activities are immediately finished when put in the background.
允许底层访问设置屏幕方向和实际旋转(Allows low-level access to setting the orientation (actually rotation) of the screen.)
允许一个程序修改列表参数PackageManager.addPackageToPreferred() 和PackageManager.removePackageFromPreferred()方法(Allows an application to modify the list of preferred applications with the PackageManager.addPackageToPreferred() and PackageManager.removePackageFromPreferred() methods.)
允许程序当前运行程序强行到前台(Allows an application to force any currently running process to be in the foreground.)
允许设置最大的运行进程数量(Allows an application to set the maximum number of (not needed) application processes that can be running. )
允许程序设置时间区域(Allows applications to set the system time zone)
允许程序设置壁纸(Allows applications to set the wallpaper )
允许程序设置壁纸hits(Allows applications to set the wallpaper hints)
允许程序请求发送信号到所有显示的进程中(Allow an application to request that a signal be sent to all persistent processes)
允许程序打开、关闭或禁用状态栏及图标Allows an application to open, close, or disable the status bar and its icons.
允许一个程序访问订阅RSS Feed内容提供(Allows an application to allow access the subscribed feeds ContentProvider. )
允许一个程序打开窗口使用 TYPE_SYSTEM_ALERT,显示在其他所有程序的顶层(Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications. )
允许访问振动设备(Allows access to the vibrator)
允许使用PowerManager的 WakeLocks保持进程在休眠时从屏幕消失( Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming)
允许程序写入API设置(Allows applications to write the apn settings)
允许一个程序写入但不读取用户日历数据(Allows an application to write (but not read) the user's calendar data. )
允许程序写入但不读取用户联系人数据(Allows an application to write (but not read) the user's contacts data. )
允许程序修改Google服务地图(Allows an application to modify the Google service map. )
允许一个程序写入但不读取所有者数据(Allows an application to write (but not read) the owner's data.)
允许程序读取或写入系统设置(Allows an application to read or write the system settings. )
允许程序写短信(Allows an application to write SMS messages)
允许程序写入同步设置(Allows applications to write the sync settings)
发表评论
-
android屏幕适配
2012-11-16 17:24 2195屏幕适配一直是一个让人头疼的问题,论坛上讨论这个问题的最后也 ... -
禁止Eclipse中xml文件Run as的XSL Transformation生成out.xml以方便Android应用开发
2012-08-26 21:38 2642可以在Eclipse里面配置,菜单Windows->P ... -
android 自带的主题 theme 的使用
2012-08-25 23:21 2373在android的sdk 安装目录data\r ... -
android 如何判断程序是否在前台运行
2012-04-06 00:04 3104private boolean isTopActiv ... -
用代码如何检测一个android程序是否在运行
2012-04-05 23:07 3743<uses-permission android:na ... -
Android-TextView多行本文滚动轻松实现
2012-03-04 19:37 1320TextView tvAndroid123 = (T ... -
让背景模糊的效果
2012-03-04 16:22 2624设置透明度(这是窗体本身的透明度,非背景) Wi ... -
Android 使用shape
2012-03-04 16:14 1054刚刚翻论坛的时候看到的,总觉得以后会用的上这些零零碎碎 ... -
关于android中使用很多大图片的一些做法
2012-02-29 00:11 1446最近在xoom上开发应用,碰到ui设计都是使用图片,而 ... -
屏幕尺寸和像素密度的资源限定符
2012-02-23 15:31 1612屏幕尺寸和像素密度的资源限定符 以下是可以用来为 ... -
android开发之gallery 实现滚动一张且短距离滑动实现滚动
2011-12-19 18:50 1930首先gallery的特点就不用多说了吧,惯性滚动、半屏翻页,但 ... -
下拉刷新
2011-10-14 15:09 1180要实现这种效果 可以参见这里https://git ... -
android应用换皮肤(转)
2011-10-12 14:36 3206看到好多人在问题与解答里面都问怎么换肤,搜了一下论坛里面好像没 ... -
Android签名到底都有哪些作用?
2011-10-09 17:59 2302所有的Android应用程序都要求开发人员用一个证书进 ... -
Android 动态切换全屏和非全屏模式
2011-10-08 15:15 3478直接贴出代码: Java代码 ... -
Android开发——利用Cursor+CursorAdapter实现界面实时更新(转)
2011-09-20 15:47 3085好久没有更新博客了 ... -
Nginx使用反向代理时 Hessian 的 411 错误解决方案【转】
2011-09-15 13:48 2363问题描述: 用 Hessian 实现 web se ... -
理解 Android 本地数据存储 AP(转)
2011-05-18 14:25 1911样例应用程序 为了突出 Android 应用程序开发的本 ... -
Android 本地数据存储 API(二)(转)
2011-05-18 14:23 1984使用 SQLite 数据库 Android 通过 S ... -
Android 本地数据存储 API(三)(转)
2011-05-18 14:22 2571为私有数据使用设备的内部存储器 有了数据存储 API ...
相关推荐
在Android系统中,访问权限是控制应用程序如何与操作系统交互的关键机制。这些权限涉及到用户隐私、设备功能以及系统服务等多个方面。Android权限分为多个层次,包括正常权限、危险权限和特殊权限,它们各自有不同的...
本文将详细介绍Android SDK中的访问权限许可及其作用。 #### 二、Android Permission大全 1. **android.permission.ACCESS_CHECKIN_PROPERTIES** - 允许读写`checkin`数据库中的`properties`表,从而可以修改那些...
Android 6.0(API级别23)引入了运行时权限的概念,即使应用在安装时获得了危险权限,也需要在运行时请求用户的许可。 源代码示例可能包含以下几个部分: 1. **AndroidManifest.xml**:这是每个Android应用的核心...
在Android开发中,自从Android 6.0(API级别23)引入了运行时权限模型,应用程序不再在安装时获取所有权限,而是需要在运行时根据需要请求用户许可。Kotlin作为现代Android开发的首选语言,提供了简洁的语法来处理...
- **运行时权限**:自Android 6.0(API级别23)起,针对敏感操作,如访问联系人、位置、存储等,应用需要在运行时请求用户许可,即使在安装时已经声明了相关权限。 - **外部存储权限**:对`/sdcard/`目录的访问,...
### 拍照权限:`android.permission.CAMERA` 提供访问摄像头的能力,支持拍照、录像等功能。对于社交、娱乐类应用至关重要,但应充分尊重用户隐私,避免未经许可的拍摄行为。 ### 安装应用程序:`android....
在Android系统中,从6.0(API级别23)开始,引入了一项重大改动,即运行时权限(Runtime Permissions)。在此之前,应用在安装时会一次性获取所有所需权限,但在Android 6.0及更高版本中,应用需要在运行时请求敏感...
- Android 6.0引入了运行时权限,对于危险权限(如访问联系人、位置、相机等),应用必须在使用相关功能时请求用户的许可。 2. **申请动态权限的步骤**: - **检查权限状态**:使用`ContextCompat....
在Android 6.0(API级别23)及以上版本,对于危险权限,即使应用在清单文件中声明了,也需要在运行时动态请求用户的许可。 要创建自定义权限,我们需要遵循以下步骤: 1. **定义权限**: 在`AndroidManifest.xml`...
`flutter-permission-handler` 是一个针对 Flutter 应用程序的开源插件,它为开发者提供了在 iOS 和 Android 平台上处理权限请求的便利。通过这个插件,开发者可以轻松地集成对不同系统权限的请求和检查,从而确保...
从Android 6.0(API级别23)开始,引入了一项重大变化,即运行时权限模型,这要求应用在运行时针对某些敏感权限向用户请求许可,而不是在安装时一次性获取。本示例工程就是针对这一变化,展示了如何在Android应用中...
在Android 6.0及以上版本,对于如读写存储、访问联系人、获取位置等敏感权限,应用需要在使用相关功能时请求用户的许可。如果用户拒绝,应用可能需要提供合理的解释,以便用户理解为何需要该权限。系统会显示一个...
在此之前,应用程序在安装时会一次性获取所有所需权限,而在Android 6.0及以上版本,对于敏感的权限,如访问联系人、位置、相机等,应用必须在运行时请求用户的许可。这一改动提升了用户对应用权限使用的控制权,...
然而,Android 6.0引入了运行时权限的概念,这意味着即使在安装后,应用在需要使用特定敏感权限时也需要动态请求用户的许可。这包括访问联系人、位置、相机等敏感信息。这种变化增强了用户对应用权限的控制,使他们...
通过`android-permission-checker-app-master`这个文件,我们可以深入了解如何在Android上实现权限的检查与管理。 首先,Android权限分为正常权限和危险权限。正常权限对系统和用户的影响较小,一般情况下系统会...
AndroidPermission项目是针对Android平台的一个源码示例,旨在帮助开发者理解和实现应用的权限控制。本文将深入解析该项目中的关键知识点,并探讨如何在实际开发中应用这些知识。 ### 一、Android权限系统 Android...
自Android 6.0(API级别23)起,运行时权限(Runtime Permissions)引入,对于危险权限,应用需在运行时请求用户的许可。 4. 特殊权限:有些权限如`android.permission.INSTALL_PACKAGES`,`android.permission....
在此之前,应用程序在安装时会一次性获取所有声明的权限,而在Android 6.0之后,对于某些特定的敏感权限,应用必须在运行时向用户请求许可。这一改动使得用户能对应用的功能有更细粒度的控制,提升了隐私保护。 ...
1. **运行时权限**:在Android 6.0及更高版本中,应用程序必须在需要使用特定敏感权限时请求用户的许可。这些权限包括访问联系人、位置、摄像头等。如果用户拒绝了权限,应用程序需要处理这种情况,可能需要提供合理...
首先,Android 6.0(API级别23)引入了运行时权限模型,应用程序在运行时必须请求用户的明确许可才能访问某些敏感资源或执行特定操作。对于USB设备,这通常包括`android.hardware.usb.permission`权限。在以往,应用...