Android 6 Sdk Best

| Old Behavior (API 22) | New Requirement (API 23) | |----------------------|--------------------------| | Permissions granted at install | Request dangerous permissions at runtime | | AlarmManager.set() works freely | Use setAndAllowWhileIdle() for critical alarms | | NetworkInfo.getDetailedState() available | Deprecated; use ConnectivityManager.NetworkCallback | | WebView based on Chromium 37 | Updated to Chromium 44 (supports more modern web features) | | AccountManager access unrestricted | Must use AccountManager with runtime permission for GET_ACCOUNTS |

// ... other overrides );

The SDK introduced a smarter text selection toolbar. Instead of just "Copy/Paste," users get (Google Now on Tap) and custom actions. android 6 sdk

Also new: ACTION_PROCESS_TEXT intent allows other apps to receive selected text directly from the selection menu. | Old Behavior (API 22) | New Requirement