ผลต่างระหว่างรุ่นของ "ซีรี"

เนื้อหาที่ลบ เนื้อหาที่เพิ่ม
ไม่มีความย่อการแก้ไข
ป้ายระบุ: แก้ไขจากอุปกรณ์เคลื่อนที่ แก้ไขจากเว็บสำหรับอุปกรณ์เคลื่อนที่
Open main menu Wikipedia Search EditWatch this pageRead in another language Android application package Android Package (APK)[1] is the package file format used by the Android operating system for distribution and installation of mobile apps and middleware. APK APK format icon.png Filename extension .apk, .xapk Internet media type application/com.android.package-install always Type of format Package format Container for Mobile apps Extended from JAR and ZIP APK files are analogous to other s...
ป้ายระบุ: แก้ไขจากอุปกรณ์เคลื่อนที่ แก้ไขจากเว็บสำหรับอุปกรณ์เคลื่อนที่
บรรทัด 30:
ซีรีเดิมเริ่มแรกเป็นแอปพลิเคชัน iOS ที่สามารถหาได้ใน App Store ซีรีตกเป็นกรรมสิทธิของบริษัทแอปเปิลเมื่อวันที่ 28 เมษายน พ.ศ. 2553<ref>{{cite web|author=April 28, 2010 |url=http://scobleizer.com/2010/04/28/breaking-news-siri-bought-by-apple/ |title=BREAKING NEWS: Siri bought by Apple |publisher=Scobleizer.com |date=2010-04-28 |accessdate=2011-10-05}}</ref> บริษัท เอสอาร์ไอ อินเตอร์เนชันแนล ประกาศว่า ซอฟต์แวร์ของพวกเขาจะสามารถใช้ได้ใน[[แบล็กเบอร์รี]]และสำหรับโทรศัพท์ที่ใช้[[แอนดรอยด์ (ระบบปฏิบัติการ)|ระบบปฏิบัติการแอนดรอยด์]] แต่ความพยายามพัฒนาทั้งหมดสำหรับแพลตฟอร์มที่ไม่ใช่ของแอปเปิลถูกยกเลิกภายหลังแอปเปิลเข้าซื้อกิจการ<ref>{{cite web|author=Timothy Hay |url=http://www.advfn.com/nasdaq/StockNews.asp?stocknews=NUAN&article=41425250&headline=siri-inc-launches-do-engine-application-for-iphone |title=Siri Inc. Launches 'Do Engine' Application ForสมiPhone |publisher=Dow Jones Newswire |date=2010-02-05 |accessdate=2011-10-09}}</ref>
 
ปัจจุบัน ซีรีเป็นส่วนหนึ่งของไอโอเอสตั้งแต่เวอร์ชัน 5 เป็นต้นมา โดยเริ่มแรกสามารถใช้ได้เฉพาะบน[[ไอโฟน 4เอส]] ซึ่งเปิดตัวเมื่อวันที่ 4 ตุลาคม พ.ศ. 2554<ref>{{cite web|author=Darren Murph |url= http://www.engadget.com/2011/10/04/iphone-4s-hands-on/ |title="iPhone 4S hands-on! |publisher=Engadget |date=2011-10-04 |accessdate=2011-10-09}}</ref> แม้กระนั้น แฮกเกอร์ก็ยังสามารถใช้ซีรีได้ในไอโฟนรุ่นเก่ากว่า วันที่ 8 พฤศจิกายน พ.ศ. 2554 แอปเปิลประกาศต่อสาธารณะว่า ไม่มีแผนสนับสนุนซีรีบนเครื่องรุ่นเก่ากว่าของบริษัท<ref>{{cite web|author=Jake Smith |url=http://9to5mac.com/2011/11/08/apple-confirms-siri-isnt-coming-to-any-other-devices-as-of-now/ |title=Apple confirms Siri isn’t coming to any other devices as of now &#124; 9to5Mac &#124; Apple Intelligence |publisher=9to5Mac |date=2011-11-08 |accessdate=2011-11-23}}</ref> ต่อมาแอปเปิลได้อนุญาตให้ไอแพด และไอแพดมินิ สามารถใช้ซีรีได้ด้วยเช่นกัน และในปี 2559 ได้เพิ่มความสามารถนี้ใส่บนคอมพิวเตอร์แมค บน macOS ตั้งแต่เวอร์ชัน 10.12 เป็นต้นมาOpen main menu
Wikipedia Search
EditWatch this pageRead in another language
Android application package
Android Package (APK)[1] is the package file format used by the Android operating system for distribution and installation of mobile apps and middleware.
 
APK
APK format icon.png
Filename extension
.apk, .xapk
Internet media type
application/com.android.package-install always
Type of format
Package format
Container for
Mobile apps
Extended from
JAR and ZIP
APK files are analogous to other software packages such as APPX in Microsoft Windows or a Debian package in Debian-based operating system. To make an APK file, a program for Android is first compiled, and then all of its part are packaged into one container file. An APK file contains all of a program's code (such as .dex files), resources, assets, certificates, and manifest file. As is the case with many file formats, APK files can have any name needed, provided that the file name ends in the file extension ".apk".[2][3][4][5]
 
APK files are a type of archive file, specifically in zip format-type packages, based on the JAR file format, with .apk as the filename extension. The MIME type associated with APK files is application/vnd.android.package-archive.[6]
 
APK files can be installed on Android-powered devices just like installing software on a PC. When a user downloads and installs an Android application, from either an official source (such as the Google Play Store), or from an unofficial site, they are installing an APK file on to their device. A user or developer can also install an APK file directly to a device (that is, not via download from the network) from a desktop computer, using a communication program such as adb, or from within a file manager app in a process known as sideloading. The installation of APK files downloaded outside the Google Play is disabled by default. Users can install unknown APK files by enabling "Unknown sources" from "Accounts and Security" in Settings.[7]
 
Package contents
See also
References
Last edited 3 days ago by Wbm1058
Wikipedia
Content is available under CC BY-SA 3.0 unless otherwise noted.
Terms of UsePrivacyDesktop
 
== ภาษาที่รองรับ ==
เข้าถึงจาก "https://th.wikipedia.org/wiki/ซีรี"