Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

List of features in Android

From Wikipedia, the free encyclopedia
(Redirected fromAndroid web browser)

This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages)
This article'sfactual accuracy may be compromised due to out-of-date information. Please help update this article to reflect recent events or newly available information.(November 2012)
icon
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "List of features in Android" – news ·newspapers ·books ·scholar ·JSTOR
(May 2023) (Learn how and when to remove this message)
(Learn how and when to remove this message)

This is alist of features in theAndroidoperating system.[1][2][3]

General

[edit]
Messaging
SMS andMMS are available forms ofmessaging, including threadedtext messaging and Android Cloud To Device Messaging (C2DM) and now enhanced version of C2DM, Android Google Cloud Messaging (GCM) is also a part of Android Push Messaging services. Android phones also have the ability to send and receiveRCS via the messages app (if supported by the carrier).
Autocorrection and Dictionary
Android featuresautocorrection, when any word is misspelled, then Android recommends the meaningful and correct words matching the words that are available in dictionary. Users can add, edit, and remove words from dictionary as per their wish.[4] It is also possible to turn autocorrect off completely.
Web browser
The web browser available in Android is based on the open-sourceBlink (previouslyWebKit) layout engine, coupled withChromium'sV8 JavaScript engine. Then the WebKit-using Android Browser scored 100/100 on theAcid3 test onAndroid 4.0ICS; the Blink-based browser currently has better standards support. The old web browser is variably known as 'Android Browser', 'AOSP browser', 'stock browser', 'native browser', and 'default browser' (from the time it was always the default). Starting withAndroid 4.2, this browser was deprecated in favor ofGoogle Chrome for Android.[5] SinceAndroid 5.0 Lollipop, the WebView browser that apps can use to display web content without leaving the app has been separated from the rest of the Android firmware in order to facilitate separate security updates by Google.
Voice-based features
Google search through voice has been available since initial release.[6] Voice actions for calling, texting, navigation, etc. are supported onAndroid 2.2 onwards.[7] As ofAndroid 4.1, Google has expanded Voice Actions with ability to talk back and read answers from Google'sKnowledge Graph when queried with specific commands.[8] The ability to control hardware has not yet been implemented. The implementation of a AI chatbot is also present competing with many other companies.
Multi-touch
Android has native support formulti-touch which was initially made available in handsets such as theHTC Hero. The feature was originally disabled at the kernel level (possibly to avoid infringing Apple's patents on touch-screen technology at the time).[9] Google has since released an update for theNexus One and theMotorola Droid which enables multi-touch natively.[10]
Multitasking
Multitasking of applications, with unique handling of memory allocation, is available.[11]
Screen capture
Android supports capturing ascreenshot by pressing the power and home-screen buttons at the same time.[12] Prior to Android 4.0, the only methods of capturing a screenshot were through manufacturer and third-party customizations (apps), or otherwise by using a PC connection (DDMS developer's tool). These alternative methods are still available with the latest Android.
TV recording
Android TV supports capturing and replaying TV recordings.[13]
Video calling
Android does not support native video calling, but some handsets have a customized version of the operating system that supports it, either via theUMTS network (like theSamsung Galaxy S) or over IP. Video calling throughGoogle Talk is available inAndroid 2.3.4 (Gingerbread) and later. Gingerbread allowsNexus S to place Internet calls with a SIP account. This allows for enhancedVoIP dialing to other SIP accounts and even phone numbers. Skype 2.1 offers video calling in Android 2.3, including front camera support. Users with theGoogle+ Android app can perform video chat with other Google+ users throughHangouts.
Multiple language support
Android supports multiple languages.[14]
Accessibility
Built-in text-to-speech is provided byTalkBack for people with low or no vision. Enhancements for people with hearing difficulties are available, as are other aids.

Connectivity

[edit]
Connectivity
Android supports connectivity technologies includingGSM/EDGE,Bluetooth,LTE,CDMA,EV-DO,UMTS,NFC,iDEN,WiMAX and5G NR.
Bluetooth
Supports voice dialing and sending contacts between phones, playing music, sending files (OPP), accessing the phone book (PBAP),A2DP andAVRCP. Keyboard, mouse and joystick (HID) support is available in Android 3.1+, and in earlier versions through manufacturer customizations and third-party applications.[15]
Tethering
Android supportstethering, which allows a phone to be used as a wireless/wiredWi-Fi hotspot. Before Android 2.2, this was supported by third-party applications or manufacturer customizations.[16]
Symbol used byAndroid on some devices to denote an Ethernet connection
Ethernet
Supports connecting internet to a phone viaethernet cable using aUSB-C adapter.[17]

Media

[edit]
Streaming media support
RTP/RTSP streaming 3GPP PSS,ISMA, HTML progressive download (HTML<video> tag). Adobe Flash Streaming (RTMP) and HTTP Dynamic Streaming are supported by theFlash plugin.[18] Apple HTTP Live Streaming is supported byRealPlayer for Android,[19] and by the operating system since Android 3.0 (Honeycomb).[20]
Media support
Android supports the following audio/video/still media formats:WebM,H.263,H.264,AAC,HE-AAC (in3GP orMP4container),MPEG-4 SP,AMR,AMR-WB (in 3GP container),MP3,MIDI,Ogg Vorbis,FLAC,WAV,JPEG,PNG,GIF,BMP, andWebP.[3]
External storage
Most Android devices include ultraSD card slots and can read microSD cards formatted with theFAT32,Ext3 orExt4 file systems. To allow use of external storage media such asUSB flash drives andUSB HDDs, some Android devices are packaged withUSB-OTG cables. Storage formatted withFAT32 is handled by theLinux Kernel vFAT driver, while 3rd party solutions are required to handle some other file systems such asNTFS,HFS Plus andexFAT.

Hardware support

[edit]

Android devices can include still/video cameras,touchscreens,GPS,accelerometers,gyroscopes,barometers,magnetometers, dedicated gaming controls,proximity andpressure sensors,thermometers, accelerated 2Dbit blits (with hardware orientation, scaling, pixel format conversion) and accelerated 3D graphics.

Other

[edit]
Java support
While most Android applications are written inJava, there is aJava virtual machine in the platform and Java byte code is not executed. Java classes are compiled into Dalvik executables and run on usingAndroid Runtime or inDalvik in older versions, a specialized virtual machine designed specifically for Android and optimized for battery-powered mobile devices with limited memory and CPU.J2ME support can be provided via third-party applications.
Handset layouts
The platform works for various screen sizes from smartphone sizes and to tablet size, and can potentially connect to an external screen, e.g. throughHDMI, or wirelessly withMiracast. Portrait and landscape orientations are supported and usually switching between by turning. A2D graphics library,3D graphics library based onOpenGL ES 2.0 specifications is used.
Storage
SQLite, a lightweightrelational database, is used fordata storage purposes.
Native Apps
Android apps are also written in Kotlin
Instant Apps
Android apps are hosted on a specific website path and load instead of the website itself. They are part-apps and load almost instantly without the need for an installation. One of the first apps being developed with such functionality is theB&H app.[21][22][23]
Desktop mode
[icon]
This section is empty. You can help byadding to it.(February 2025)

See also

[edit]

References

[edit]
  1. ^"What is Android?".Android Developers. July 21, 2009. Retrieved2012-02-15.
  2. ^Topolsky, Joshua (November 12, 2007)."Google's Android OS early look SDK now available".Engadge t. Retrieved2012-02-17.
  3. ^ab"Android Supported Media Formats".Android Developers. Retrieved2012-02-17.
  4. ^Tech Mirages (2016-10-22),How To Add or Remove Words From Android Dictionary, retrieved2017-12-25
  5. ^Amadeo, Ron (2016-10-31)."The (updated) history of Android - page 22".Ars Technica.Archived from the original on 2023-07-23. Retrieved2023-07-25.
  6. ^"Speech Input for Google Search".Android Developers. Archived fromthe original on 2010-11-12. Retrieved2012-02-16.
  7. ^"Voice Actions for Android".google.com. Retrieved2012-02-16.
  8. ^"Android 4.1 (Jelly Bean) Voice Actions explained". Geek.com. 2012-06-27. Archived fromthe original on 2012-07-01. Retrieved2012-09-13.
  9. ^Musil, Steven (February 11, 2009)."Report: Apple nixed Android's multitouch".CNET News. Retrieved2012-02-16.
  10. ^Ziegler, Chris (February 2, 2010)."Nexus One gets a software update, enables multitouch".Engadget. Retrieved2012-02-16.
  11. ^Bray, Tim (April 28, 2010)."Multitasking the Android Way".Android Developers. Retrieved2012-02-16.
  12. ^Nancy Gohring (October 19, 2011)."Samsung, Google Unveil Latest Android OS, Phone". PCWorld. Retrieved2012-02-16.
  13. ^"TV recording|Android Developers". March 9, 2016. RetrievedMarch 9, 2016.
  14. ^"Android 2.3 Platform Highlights".Android Developers. December 6, 2010. Archived fromthe original on 2012-02-06. Retrieved2012-02-20.
  15. ^"Android 3.1 Platform Highlights".Android Developers. Archived fromthe original on 2012-02-16. Retrieved2012-02-16.
  16. ^JR Raphael (May 6, 2010)."Use Your Android Phone as a Wireless Modem". PCWorld. Retrieved2012-02-16.
  17. ^"How to Connect a Phone or Tablet to the Internet Using an Ethernet Cable". 21 July 2023.
  18. ^"Flash Flayer 10.1 for Android 2.2 Release Notes".Adobe Knowledgebase. Retrieved2012-02-16.
  19. ^"RealNetworks Gives Handset and Tablet OEMs Ability to Deliver HTTP Live Content to Android Users".realnetworks.com (Press release). September 10, 2010. Retrieved2012-02-16.
  20. ^"Android 3.0 Platform Highlights".Google: Android SDK. Archived fromthe original on 2011-02-16. Retrieved2012-02-15.
  21. ^"Android Instant Apps Is Google's New Way For You To Use Apps You Don't Have Installed".Android Police. 2016-05-18. Retrieved2016-08-18.
  22. ^Popper, Ben (2016-05-18)."Android Instant Apps lets you use apps without downloading them".The Verge. Retrieved2016-08-18.
  23. ^"Google unveils Android Instant Apps that launch immediately, no installation required".VentureBeat. 2016-05-18. Retrieved2016-08-18.
Features, standards & protocols
Features
Web standards
Protocols
Active
Blink-based
Proprietary
FOSS
Gecko-based
WebKit-based
Multi-engine
Other
Discontinued
Blink-based
Gecko-based
MSHTML-based
WebKit-based
Other
Software
development
Development tools
Official
Other
Integrated development
environments
(IDE)
Languages,databases
Augmented reality andvirtual reality
Events,communities
Releases
Derivatives
Devices
Pixel
Nexus
Play edition
Custom
distributions
Booting and
recovery
APIs
AlternativeUIs
Rooting
Lists
Related topics
Retrieved from "https://en.wikipedia.org/w/index.php?title=List_of_features_in_Android&oldid=1316826932"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp