$(document).ready(function() {
$("#permissions-grid").kendoGrid({
dataSource: new kendo.data.DataSource({
data: [
{ Permission: "ACCESS_CHECKIN_PROPERTIES", Description: "Allows read/write access to the 'properties' table in the checkin database, to change values that get uploaded."},
{ Permission: "ACCESS_COARSE_LOCATION", Description: "Allows an app to access approximate location derived from network location sources such as cell towers and Wi-Fi."},
{ Permission: "ACCESS_FINE_LOCATION", Description: "Allows an app to access precise location from location sources such as GPS, cell towers, and Wi-Fi."},
{ Permission: "ACCESS_LOCATION_EXTRA_COMMANDS", Description: "Allows an application to access extra location provider commands"},
{ Permission: "ACCESS_MOCK_LOCATION", Description: "Allows an application to create mock location providers for testing"},
{ Permission: "ACCESS_NETWORK_STATE", Description: "Allows applications to access information about networks"},
{ Permission: "ACCESS_SURFACE_FLINGER", Description: "Allows an application to use SurfaceFlinger's low level features."},
{ Permission: "ACCESS_WIFI_STATE", Description: "Allows applications to access information about Wi-Fi networks"},
{ Permission: "ACCOUNT_MANAGER", Description: "Allows applications to call into AccountAuthenticators."},
{ Permission: "ADD_VOICEMAIL", Description: "Allows an application to add voicemails into the system."},
{ Permission: "AUTHENTICATE_ACCOUNTS", Description: "Allows an application to act as an AccountAuthenticator for the AccountManager"},
{ Permission: "BATTERY_STATS", Description: "Allows an application to collect battery statistics"},
{ Permission: "BIND_ACCESSIBILITY_SERVICE", Description: "Must be required by an AccessibilityService,...
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.