`

[意见反馈][官方博客]

阅读更多

写在AndroidManifest.xml 里

像这个样子:

    </application>
    	<uses-permission
		android:name="android.permission.RUN_INSTRUMENTATION" />
	<uses-permission
		android:name="android.permission.ACCESS_NETWORK_STATE">
	</uses-permission>
	<uses-permission android:name="android.permission.INTERNET"></uses-permission>
	<uses-permission
		android:name="android.permission.WRITE_EXTERNAL_STORAGE">
	</uses-permission>

 

 

String
ACCESS_CHECKIN_PROPERTIES
Allows read/write access to the "prop

Technorati Tags: Android,permission,Manifest
erties" table in the checkin database, to change values that get uploaded.

String
ACCESS_COARSE_LOCATION
Allows an application to access coarse (e.g., Cell-ID, WiFi) location

String
ACCESS_FINE_LOCATION
Allows an application to access fine (e.g., GPS) location

String
ACCESS_LOCATION_EXTRA_COMMANDS
Allows an application to access extra location provider commands

String
ACCESS_MOCK_LOCATION
Allows an application to create mock location providers for testing

String
ACCESS_NETWORK_STATE
Allows applications to access information about networks

String
ACCESS_SURFACE_FLINGER
Allows an application to use SurfaceFlinger's low level features

String
ACCESS_WIFI_STATE
Allows applications to access information about Wi-Fi networks

String
ACCOUNT_MANAGER
Allows applications to call into AccountAuthenticators.

String
AUTHENTICATE_ACCOUNTS
Allows an application to act as an AccountAuthenticator for the AccountManager

String
BATTERY_STATS
Allows an application to collect battery statistics

String
BIND_APPWIDGET
Allows an application to tell the AppWidget service which application can access AppWidget's data.

String
BIND_INPUT_METHOD
Must be required by input method services, to ensure that only the system can bind to them.

String
BLUETOOTH
Allows applications to connect to paired bluetooth devices

String
BLUETOOTH_ADMIN
Allows applications to discover and pair bluetooth devices

String
BRICK
Required to be able to disable the device (very dangerous!).

String
BROADCAST_PACKAGE_REMOVED
Allows an application to broadcast a notification that an application package has been removed.

String
BROADCAST_SMS
Allows an application to broadcast an SMS receipt notification

String
BROADCAST_STICKY
Allows an application to broadcast sticky intents.

String
BROADCAST_WAP_PUSH
Allows an application to broadcast a WAP PUSH receipt notification

String
CALL_PHONE
Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.

String
CALL_PRIVILEGED
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.

String
CAMERA
Required to be able to access the camera device.

String
CHANGE_COMPONENT_ENABLED_STATE
Allows an application to change whether an application component (other than its own) is enabled or not.

String
CHANGE_CONFIGURATION
Allows an application to modify the current configuration, such as locale.

String
CHANGE_NETWORK_STATE
Allows applications to change network connectivity state

String
CHANGE_WIFI_MULTICAST_STATE
Allows applications to enter Wi-Fi Multicast mode

String
CHANGE_WIFI_STATE
Allows applications to change Wi-Fi connectivity state

String
CLEAR_APP_CACHE
Allows an application to clear the caches of all installed applications on the device.

String
CLEAR_APP_USER_DATA
Allows an application to clear user data

String
CONTROL_LOCATION_UPDATES
Allows enabling/disabling location update notifications from the radio.

String
DELETE_CACHE_FILES
Allows an application to delete cache files.

String
DELETE_PACKAGES
Allows an application to delete packages.

String
DEVICE_POWER
Allows low-level access to power management

String
DIAGNOSTIC
Allows applications to RW to diagnostic resources.

String
DISABLE_KEYGUARD
Allows applications to disable the keyguard

String
DUMP
Allows an application to retrieve state dump information from system services.

String
EXPAND_STATUS_BAR
Allows an application to expand or collapse the status bar.

String
FACTORY_TEST
Run as a manufacturer test application, running as the root user.

String
FLASHLIGHT
Allows access to the flashlight

String
FORCE_BACK
Allows an application to force a BACK operation on whatever is the top activity.

String
GET_ACCOUNTS
Allows access to the list of accounts in the Accounts Service

String
GET_PACKAGE_SIZE
Allows an application to find out the space used by any package.

String
GET_TASKS
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.

String
GLOBAL_SEARCH
This permission can be used on content providers to allow the global search system to access their data.

String
HARDWARE_TEST
Allows access to hardware peripherals.

String
INJECT_EVENTS
Allows an application to inject user events (keys, touch, trackball) into the event stream and deliver them to ANY window.

String
INSTALL_LOCATION_PROVIDER
Allows an application to install a location provider into the Location Manager

String
INSTALL_PACKAGES
Allows an application to install packages.

String
INTERNAL_SYSTEM_WINDOW
Allows an application to open windows that are for use by parts of the system user interface.

String
INTERNET
Allows applications to open network sockets.

String
MANAGE_ACCOUNTS
Allows an application to manage the list of accounts in the AccountManager

String
MANAGE_APP_TOKENS
Allows an application to manage (create, destroy, Z-order) application tokens in the window manager.

String
MASTER_CLEAR

String
MODIFY_AUDIO_SETTINGS
Allows an application to modify global audio settings

String
MODIFY_PHONE_STATE
Allows modification of the telephony state - power on, mmi, etc.

String
MOUNT_FORMAT_FILESYSTEMS
Allows formatting file systems for removable storage.

String
MOUNT_UNMOUNT_FILESYSTEMS
Allows mounting and unmounting file systems for removable storage.

String
PERSISTENT_ACTIVITY
Allow an application to make its activities persistent.

String
PROCESS_OUTGOING_CALLS
Allows an application to monitor, modify, or abort outgoing calls.

String
READ_CALENDAR
Allows an application to read the user's calendar data.

String
READ_CONTACTS
Allows an application to read the user's contacts data.

String
READ_FRAME_BUFFER
Allows an application to take screen shots and more generally get access to the frame buffer data

String
READ_HISTORY_BOOKMARKS
Allows an application to read (but not write) the user's browsing history and bookmarks.

String
READ_INPUT_STATE
Allows an application to retrieve the current state of keys and switches.

String
READ_LOGS
Allows an application to read the low-level system log files.

String
READ_OWNER_DATA
Allows an application to read the owner's data.

String
READ_PHONE_STATE
Allows read only access to phone state.

String
READ_SMS
Allows an application to read SMS messages.

String
READ_SYNC_SETTINGS
Allows applications to read the sync settings

String
READ_SYNC_STATS
Allows applications to read the sync stats

String
REBOOT
Required to be able to reboot the device.

String
RECEIVE_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.

String
RECEIVE_MMS
Allows an application to monitor incoming MMS messages, to record or perform processing on them.

String
RECEIVE_SMS
Allows an application to monitor incoming SMS messages, to record or perform processing on them.

String
RECEIVE_WAP_PUSH
Allows an application to monitor incoming WAP push messages.

String
RECORD_AUDIO
Allows an application to record audio

String
REORDER_TASKS
Allows an application to change the Z-order of tasks

String
RESTART_PACKAGES
Allows an application to restart other applications.

String
SEND_SMS
Allows an application to send SMS messages.

String
SET_ACTIVITY_WATCHER
Allows an application to watch and control how activities are started globally in the system.

String
SET_ALWAYS_FINISH
Allows an application to control whether activities are immediately finished when put in the background.

String
SET_ANIMATION_SCALE
Modify the global animation scaling factor.

String
SET_DEBUG_APP
Configure an application for debugging.

String
SET_ORIENTATION
Allows low-level access to setting the orientation (actually rotation) of the screen.

String
SET_PREFERRED_APPLICATIONS
This constant is deprecated. No longer useful, see addPackageToPreferred(String) for details.

String
SET_PROCESS_LIMIT
Allows an application to set the maximum number of (not needed) application processes that can be running.

String
SET_TIME_ZONE
Allows applications to set the system time zone

String
SET_WALLPAPER
Allows applications to set the wallpaper

String
SET_WALLPAPER_HINTS
Allows applications to set the wallpaper hints

String
SIGNAL_PERSISTENT_PROCESSES
Allow an application to request that a signal be sent to all persistent processes

String
STATUS_BAR
Allows an application to open, close, or disable the status bar and its icons.

String
SUBSCRIBED_FEEDS_READ
Allows an application to allow access the subscribed feeds ContentProvider.

String
SUBSCRIBED_FEEDS_WRITE

String
SYSTEM_ALERT_WINDOW
Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.

String
UPDATE_DEVICE_STATS
Allows an application to update device statistics.

String
USE_CREDENTIALS
Allows an application to request authtokens from the AccountManager

String
VIBRATE
Allows access to the vibrator

String
WAKE_LOCK
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming

String
WRITE_APN_SETTINGS
Allows applications to write the apn settings

String
WRITE_CALENDAR
Allows an application to write (but not read) the user's calendar data.

String
WRITE_CONTACTS
Allows an application to write (but not read) the user's contacts data.

String
WRITE_EXTERNAL_STORAGE
Allows an application to write to external storage

String
WRITE_GSERVICES
Allows an application to modify the Google service map.

String
WRITE_HISTORY_BOOKMARKS
Allows an application to write (but not read) the user's browsing history and bookmarks.

String
WRITE_OWNER_DATA
Allows an application to write (but not read) the owner's data.

String
WRITE_SECURE_SETTINGS
Allows an application to read or write the secure system settings.

String
WRITE_SETTINGS
Allows an application to read or write the system settings.

String
WRITE_SMS
Allows an application to write SMS messages.

String
WRITE_SYNC_SETTINGS
Allows applications to write the sync settings

 

分享到:
评论

相关推荐

    基于Ajax实现网站用户意见反馈.pdf

    "基于Ajax实现网站用户意见反馈.pdf" 本文主要介绍了基于Ajax技术实现网站用户意见反馈的方法。Ajax是一种新的Web应用方法,通过结合XHTML、CSS、DOM、XML等技术,并利用JavaScript将这些技术整合起来,实现浏览器...

    清新意见反馈的微信小程序模板源码下载.zip

    清新意见反馈的微信小程序模板源码下载.zip

    EntLib.com Blog 开源ASP.NET/C# 博客平台 v3.0 发布(提供源码下载)

    基于Subtext v2.0 开源ASP.NET博客系统的中文汉化及定制化开发,EntLib.com 开源博客小组根据用户的反馈意见,不断改进系统。2008年12月19日正式发布 EntLib.com Blog 开源博客平台 v3.0,已经在...

    轻博客时代的价值之重.docx

    6V轻博客通过编辑推送和用户反馈机制,确保内容的准确性和质量。 3. **多人维护**:轻博客支持多人共同维护同一主题的博客,丰富了内容,增强了互动性,适应了用户对精品信息的需求。 4. **主博客与子博客**:6V轻...

    网络营销新领域——博客营销.doc

    通过精心策划和执行博客营销活动,企业不仅可以提升品牌知名度和市场影响力,还能获得宝贵的市场反馈,从而更好地满足消费者需求,实现商业目标。对于尚未涉足博客营销的国内企业而言,这不仅是一个值得探索的新领域...

    Flash 个人博客网站制作

    2. 用户反馈:收集用户意见,不断改进网站设计和功能。 3. 兼容性检查:随着浏览器和技术的更新,确保网站在不同设备和平台上的兼容性。 通过以上步骤,你将能够利用Flash技术创建一个独特而有趣的个人博客网站。...

    利用163博客实现软件更新提醒

    5. **互动与反馈**:163博客也提供了评论功能,用户可以在这里留下他们对新版本的意见和问题,开发者可以及时回应,形成良好的用户反馈循环。 资源作者“易语言视频网”可能提供了一个关于如何实现这一过程的视频...

    博客营销的成功案例最新.pdf

    他们在2004年做出了一个重要决定,将官方网站改造成一个充满活力的博客平台。这一举措为酒园带来了革命性的变化,使得其能够以更直接、更个性化的方式与消费者进行互动和沟通。通过博客,酒园分享了自己的故事、产品...

    博客营销入门与提高电子书

    - **互动反馈**:鼓励读者留言评论,积极回应用户意见,增强用户粘性。 - **效果评估**:定期检查博客流量、转化率等关键指标,及时调整营销策略。 #### 三、博客营销的优势 - **增强信任度**:通过持续分享专业...

    个人博客系统需求分析.pdf

    评论和留言服务则是用户参与互动、表达意见和反馈的重要渠道,系统应保证这些交流是安全、有序的。 在系统架构方面,个人博客系统可以划分为游客、会员和管理员三个子系统。其中,游客系统允许用户浏览和搜索博客...

    汕头视点博客 v1.11

    5. **留言功能**:留言板是用户与博主或其他访问者互动的渠道,用户可以对博客文章或整个站点发表意见、提出问题或进行反馈。 从标签“源代码”、“源码”来看,汕头视点博客 v1.11很可能提供开放源代码,这意味着...

    大麦博客主题模板 asp版 v1.0.zip

    3. **用户互动**:评论系统是博客不可或缺的一部分,允许访客对文章发表意见和反馈。此模板可能集成了评论功能,并支持用户登录、注册以及回复和点赞等互动操作。 4. **SEO优化**:为了提高搜索引擎的可见性,模板...

    骨头博客软件

    6. **评论系统**:互动性是博客的重要部分,软件应提供评论功能,让读者能够反馈意见和进行讨论。 7. **SEO优化**:为了提高博客的可见性,软件应支持SEO设置,如元标签、关键词优化等。 8. **备份与迁移**:数据...

    博客网络系统论坛jsp sqlserver

    - **反馈机制**:留言板作为系统中最常见的反馈工具,对于收集用户意见和解决遇到的问题至关重要。 #### 搜索与统计功能 - **系统搜索**:提供博客和日志两种搜索方式,帮助用户快速找到所需信息。 - **站点统计**...

    ASP.NET源码——[博客空间]CNBlogs Dottext v1.0Beta2.zip

    这个版本是v1.0Beta2,意味着它是该软件的第一个公开测试版本,开发者可以在这个版本上进行测试,为后续正式版本提供反馈和改进意见。 ASP.NET是微软公司开发的一个强大的Web应用程序框架,用于构建动态网站、Web...

    友盟反馈 自定义UI

    友盟反馈服务旨在为用户提供一个方便、直观的渠道,通过这个渠道,用户可以向开发者发送他们对应用的意见和建议。默认情况下,友盟提供了一套标准的反馈界面,但为了更好地融入应用的整体设计,开发者可以选择自定义...

    17素材网APP页面参考.zip

    在“17素材网APP页面参考”中,你可以找到适用于多种应用场景的设计方案,例如电子商务、新闻资讯、社交媒体、企业官网、个人博客等。每个模板都展示了精心设计的布局、色彩搭配和字体选择,这些都是设计师在创作...

    橙色简约用户反馈意见的微信小程序页面模板源码下载.zip

    橙色简约用户反馈意见的微信小程序页面模板源码下载.zip

    PHP反馈表及主页介绍

    首先,反馈表单是网站与用户互动的重要工具,它允许用户提交意见、问题或建议,帮助网站管理员收集用户需求和改进站点。下面将详细探讨这一过程: 1. **创建反馈表单** 创建PHP反馈表单通常涉及到HTML和PHP的结合...

    ASP源码—Z-blog博客Ajax投票插件 v1.0.zip

    6. 用户反馈:提供反馈机制,让用户可以对投票内容提出意见或建议。 在实际应用中,安装和配置这个插件通常涉及以下步骤: 1. 下载并解压文件,将包含的ASP文件上传到Z-Blog博客的相应目录。 2. 在Z-Blog后台管理...

Global site tag (gtag.js) - Google Analytics