首页 > Android 6.0 有什么新特性,对开发者有什么影响

Android 6.0 有什么新特性,对开发者有什么影响

想知道android 6.0 新特性对开发的App现有功能的影响


其实这里都有
https://developer.android.com/intl/zh-cn/about/versions/marshmallow/android-6.0.html

我来当下搬运工吧(突然发现坑开太大。。让我歇会儿)

  1. Fingerprint Authentication

系统原生支持了,不过要获取权限,类似这样

<uses-permission
    android:name="android.permission.USE_FINGERPRINT" />
    
  1. Confirm Credential

可以使用用户自己创建的 PIN 来识别是否是用户本人。

  1. App Linking

如果你的 App 指定了某个链接, 那么你打开这个链接的时候就直接启动这个app,访问内容。。这个链接可以是网址啦,也可以跳过浏览器

  1. Auto Backup for Apps

基于 Google 账号自动备份。。这个。。。

  1. Direct Share

  2. Voice Interactions

  3. Assist API

  4. Adoptable Storage Devices

  5. Notifications

10. Bluetooth Stylus Support

11. Improved Bluetooth Low Energy Scanning

12. Hotspot 2.0 Release 1 Support

13. 4K Display Mode

14. Themeable ColorStateLists

15. Audio Features

16. Video Features

17. Camera Features

18. Android for Work Features

19. Runtime Permissions

20. Doze and App Standby

21. Apache HTTP Client Removal

22. BoringSSL

23. Access to Hardware Identifier

24. AudioManager Changes

25. Text Selection

26. Browser Bookmark Changes

27. Android Keystore Changes

28. Wi-Fi and Networking Changes

29. Camera Service Changes

【热门文章】
【热门文章】