Samsung KNOX Customization SDK Release Notes

Size: px
Start display at page:

Download "Samsung KNOX Customization SDK Release Notes"

Transcription

1 Samsung KNOX Customization SDK Release Notes Version April 25, 2017

2 Copyright Notice Copyright Samsung Electronics Co. Ltd. All rights reserved. Samsung is a registered trademark of Samsung Electronics Co. Ltd. Specifications and designs are subject to change without notice. Non-metric weights and measurements are approximate. All data were deemed correct at time of creation. Samsung is not liable for errors or omissions. Android and Google Play are trademarks of Google Inc. ARM and TrustZone are registered trademarks of ARM Ltd. or its subsidiaries. All brand, product, service names and logos are trademarks and/or registered trademarks of their respective owners and are hereby recognized and acknowledged. Document History Date April 28, 2014 Changes First version of document. July 11, 2014 Updated document to include changes related to v2.0. March 20, 2015 Updated document to include changes related to v2.4. August 31, 2015 Updated document to include architectural improvements and new features in v2.5. November 10, 2015 Updated document to include changes related to v2.6. December 23, 2015 Updated document to include changes related to v2.6 latest fixes. July 5, 2016 Updated document to include changes related to v2.7. April 23, 2017 Updated document to include changes related to Xcover APIs. Resources Learning Materials seap.samsung.com/developer/sdk/knox-customization-android Developer Forum Support samsungknox.com/support

3 Contents Xcover APIs Addition... 1 Settings Manager Changes Features... 3 Settings Manager... 3 System Manager Features... 4 Settings Manager... 4 System Manager Features... 6 Settings Manager... 7 System Manager... 8 ProKiosk Mode Deprecated Known Issues... 13

4 Preface About this guide This guide describes new features in the latest version of the Samsung KNOX Customization SDK Related resources Samsung KNOX Customization SDK Developer Guide Describes how to install the KNOX Customization SDK and start developing an app using the SDK. Samsung KNOX Customization SDK API Reference Describes the SDK s API methods, parameters, return values, and error codes. Includes sample code showing how to call API methods. Audience This guide is for app developers such as Systems Integrators, who want to use the Samsung KNOX Customization SDK to customize solutions for enterprise partners. The guide assumes that you are experienced with Android programming. It does not discuss how to build and deploy Android apps. Notational conventions This guide uses the following notation conventions. Boldface emphasizes words in text such as screen or window names. Italic identifies new words, emphasizes phrases, and identifies document names. Monospace represents information as it appears on a display or in command syntax.

5 2.7.1 Xcover APIs Addition To the existing KNOX Customization SDK version 2.7.1, the following new APIs are added specifically for Xcover 4 device. Settings Manager Feature New API methods Description Xcover Key setxcoverkeyapp Configure an app to launch on long/short press of the Xcover key. getxcoverkeyapp Returns the app set to launch on long/short press of Xcover key. Knox Customization SDK Release Notes 1

6 2.7.1 Changes Due operating system and Samsung device UI changes, the following methods and constants have been deprecated, and will not work on devices running Android Nougat or above: KnoxCustomManager.getSealedMultiWindowFixedState() KnoxCustomManager.setSealedMultiWindowFixedState() ProKioskManager.getMultiWindowFixedState() ProKioskManager.setMultiWindowFixedState() KnoxCustomManager.setLockscreenWallpaper() SystemManager.setLockscreenWallpaper() CustomDeviceManager.LOCK_SCREEN_ADDITIONAL_INFO (formerly used by SystemManager.setLockscreenHiddenItems()) CustomDeviceManager.CALL_SCREEN_INCALL_MENU (formerly used by SystemManager.setCallScreenDisabledItems()) ProKioskManager.setPowerDialogItems() CustomDeviceManager.POWER_DIALOG_AIRPLANEMODE KnoxCustomManager.setCustomOperatorName() CustomDeviceManager.NOTIFICATIONS_SAFE_VOLUME (formerly used by ProKioskManager.setHideNotificationMessages()) Note: Some deprecated methods have no replacements; see the Knox Customization SDK API Reference for complete method descriptions. Knox Customization SDK Release Notes 2

7 2.7 Features Version 2.7 of the KNOX Customization SDK provides the following new features: Settings Manager Feature New API methods Description Flight mode setflightmodestate Turn the flight mode on or off. System Manager Feature New API methods Description Home screen addshortcuttohomescreen Customize home screen items. removeshortcutfromhomescreen addwidgettohomescreen removewidgetfromhomescreen removeknoxcustomshortcutsfromh omescreen Lock screen setlockscreenshortcut Customize lock screen. getlockscreenshortcut Auto Answer Incoming Call setautocallpickupstate getautocallpickupstate Configure/manage auto answer incoming call numbers. addautocallnumber removeautocallnumber getautocallnumberlist getautocallnumberdelay getautocallnumberanswermode Mac Address getmacaddress Mac address. Power off poweroff Powers off the device. USB Type setusbconnectiontype getusbconnectiontype Configure USB connection type. Knox Customization SDK Release Notes 3

8 2.6 Features Version 2.6 of the KNOX Customization SDK provides the following new features: Settings Manager Feature New API methods Description Power Saving mode setpowersavingmode A new mode is added into this API. Use POWER_SAVING_ULTRA_OFF mode to turn off the Ultra Power Saving mode. System Manager Feature New API methods Description Animations clearanimation Clear the boot or shutdown animation, which was set using set animation APIs. Accessibility Settings Auto boot on power Control system sounds Control vibration intensity setaccessibilitysettingsitems getaccessibilitysettingsitems setforceautostartupstate getforceautostartupstate setsystemsoundsenabledstate getsystemsoundsenabledstate setvibrationintensity getvibrationintensity Control various accessibility settings. Automatically boot the device when power is applied. Allow control over system sounds. Useful for impaired users since haptic feedback and touch sounds could be enabled when required. Set the vibration intensity differently for the different vibration modes. DTMF tones senddtmftone Send DTMF tones over a voice call. Home screen Mobile hotspot Network type addshortcuttohomescreen removeshortcutfromhomescreen addwidgettohomescreen removewidgetfromhomescreen getparentscreen setwifihotspotenabledstate getwifihotspotenabledstate setmobilenetworktype getmobilenetworktype Allows home screen to be managed. Set the device as a mobile hotspot. Allow to set specified network type. Knox Customization SDK Release Notes 4

9 Quick panel items control Status bar setquickpaneleditmode getquickpaneleditmode setquickpanelitems getquickpanelitems setquickpanelbuttons getquickpanelbuttons setstatusbarnotificationsstate getstatusbarnotificationsstate Add or remove items from the quick panel on the status bar. Also allow the Edit button to be removed. Allows show or hide the notifications and ability to expand the status bar. Settings setflightmodestate Switches flight mode on and off. System wide ProKiosk functions setpowerdialogcustomitemsstate getpowerdialogcustomitemsstate setpowerdialogcustomitems getpowerdialogcustomitems setstatusbarmode getstatusbarmode These APIs were part of ProKiosk mode & can take effect only when device is in ProKiosk state. Now, there APIs can be used system wide, outside ProKiosk state. Knox Customization SDK Release Notes 5

10 2.5 Features Architectural improvements There were several enhancements to the SDK to improve API names, groups, permission control, and future scalability. If you have developed apps for earlier versions of the SDK, please review these changes. Although the latest v2.5 SDK provides backwards compatibility with earlier apps, you should update your existing apps to take advantage of all the new and improved features in the latest and future SDKs. The improvements are as follows: ProKiosk Mode This is the new name for Sealed Mode. New APIs and values have been created that use ProKiosk in place of Sealed. For example, the API method setprokioskstate replaces setsealedstate, and the permission CUSTOM_PROKIOSKMODE replaces CUSTOM_SEALEDMODE. cdm.jar This library replaces kcm.jar. CustomDeviceManager This class replaces KnoxCustomManager. ProKioskManager, SettingsManager, SystemManager The KnoxCustomManger class provided all the API methods in earlier versions of the SDK. The APIs have now been split between these three classes to provide better classification and permission control. With v2.5, here is how to get a custom device instance and enable kiosk mode: CustomDeviceManager cdm = CustomDeviceManager.getInstance(); ProKioskManager pkm = cdm.getprokioskmanager(); result = pkm.setprokioskstate(true, mpasscode); This replaces the process used in v2.4.1 and earlier: KnoxCustomManager kcm = KnoxCustomManager.getInstance(); result = kcm.setsealedstate(true, mpasscode); As you can see, there is now an additional step to get an instance of an object (ProKioskManager, SettingsManager, or SystemManager) that now manages an API method. You get the object first, then use it to call all API methods belonging to it. To see which object an API method belongs to, simply search for the method in the API Reference: Knox Customization SDK Release Notes 6

11 Version 2.5 of the KNOX Customization SDK provided the following API methods: Settings Manager setdeveloperoptionshidden setsettingshiddenstate getsettingshiddenstate setbluetoothvisibilitytimeout getbluetoothvisibilitytimeout setmobiledataroamingstate setwificonnectionmonitorstate getwificonnectionmonitorstate setwifinetworknotificationstate setpackageverifierstate getpackageverifierstate setbackuprestorestate getbackuprestorestate setmotioncontrolstate getmotioncontrolstate setstayawakestate setwifistate setpowersavingmode getpowersavingmode setchargingledstate getchargingledstate setscreenwakeuponpowerstate getscreenwakeuponpowerstate setltesettingstate getltesettingstate setairgestureoptionstate getairgestureoptionstate setwififrequencyband getwififrequencyband Knox Customization SDK Release Notes 7

12 System Manager checkenterprisepermission getserialnumber removelockscreen setaudiovolume setautorotationstate getautorotationstate setcpupowersavingstate getcpupowersavingstate setmultiwindowstate setscreenpowersavingstate getscreenpowersavingstate setscreentimeout getscreentimeout setsystemringtone setuserinactivitytimeout getuserinactivitytimeout dialemergencynumber setsystemsoundssilent setextendedcallinfostate getextendedcallinfostate setcheckcoverpopupstate getcheckcoverpopupstate setrecentlongpressactivity getrecentlongpressactivity setrecentlongpressmode getrecentlongpressmode setcallscreendisableditems getcallscreendisableditems setlockscreenwallpaper setinfraredstate getinfraredstate setsensordisabled getsensordisabled setcustomoperatorname getcustomoperatorname setvolumepanelenabledstate getvolumepanelenabledstate setvolumecontrolstream getvolumecontrolstream setstatusbartext getstatusbartext Knox Customization SDK Release Notes 8

13 getstatusbartextstyle Knox Customization SDK Release Notes 9

14 ProKiosk Mode setexitui getexitui sethardkeyintentstate gethardkeyintentstate sethidenotificationmessages gethidenotificationmessages sethomeactivity gethomeactivity setinputmethodrestrictionstate getinputmethodrestrictionstate setmultiwindowfixedstate getmultiwindowfixedstate setpasscode setpowerdialogcustomitemsstate getpowerdialogcustomitemsstate setpowerdialogcustomitems getpowerdialogcustomitems setpowerdialogitems getpowerdialogitems setpowerdialogoptionmode getpowerdialogoptionmode setprokioskstate getprokioskstate setprokioskstring getprokioskstring setstatusbarclockstate getstatusbarclockstate setstatusbariconsstate getstatusbariconsstate setstatusbarmode getstatusbarmode setusbmassstoragestate getusbmassstoragestate setusbnetaddresses getusbnetaddress setusbnetstate getusbnetstate setvolumekeyappstate getvolumekeyappstate setvolumekeyappslist getvolumekeyappslist Knox Customization SDK Release Notes 10

15 setsettingsenableditems Knox Customization SDK Release Notes 11

16 Deprecated Feature Interface Description Boot Animation setbootanimation This method is deprecated since Version 2.6 use setbootinganimation. Shutdown Animation setshutdownanimation This method is deprecated since Version 2.6 usesetshuttingdownanimation Knox Custom Manager KnoxCustomManager This class is deprecated Since version 2.5, If your device supports version 2.5 or above, please use the CustomDeviceManager class Knox Customization SDK Release Notes 12

17 Known Issues There are no known issues. Knox Customization SDK Release Notes 13

Administrator IT Guide. Samsung Knox Configure Shared Device

Administrator IT Guide. Samsung Knox Configure Shared Device Administrator IT Guide Samsung Knox Configure Shared Device July 2017 Samsung Knox TM shared device A Samsung Knox shared device enables multiple users, or employees, to access the same device without

More information

Release Notes Cordova Plugin for Samsung Developers

Release Notes Cordova Plugin for Samsung Developers reception.van@samsung.com Release Notes Cordova Plugin for Samsung Developers Version 1.5 May 2016 Copyright Notice Copyright 2016 Samsung Electronics Co. Ltd. All rights reserved. Samsung is a registered

More information

IT Admin User Guide. Knox Developers App (KDA) User Guide v1.0

IT Admin User Guide. Knox Developers App (KDA) User Guide v1.0 IT Admin User Guide Knox Developers App (KDA) User Guide v1.0 December 2017 Samsung Knox Deployment App (KDA) User Guide Copyright Notice Copyright 2017 Samsung Electronics Co., Ltd. All rights reserved.

More information

Seqrite Mobile Device Management

Seqrite Mobile Device Management Seqrite Mobile Device Management 1.4 Release Notes 12 March 2018 Seqrite Mobile Device Management www.seqrite.com Copyright Information Copyright 2018 Quick Heal Technologies Ltd. All Rights Reserved.

More information

APPS & WIDGETS BRINGING TRUE INNOVATION TO YOUR OFFICE. Printing App Center. Introduction

APPS & WIDGETS BRINGING TRUE INNOVATION TO YOUR OFFICE. Printing App Center. Introduction APPS & WIDGETS BRINGING TRUE INNOVATION TO YOUR OFFICE Introduction In the past, printers were just printers and the functions they had at the time of initial purchase remained the same over time. Smart

More information

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. March 2018

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. March 2018 Xperia TM in Business Product overview Read about the enterprise policies and features supported in Xperia devices March 2018 About this document Products covered This document describes Xperia in Business

More information

Knox Reseller API Developers Guide v1.4.1

Knox Reseller API Developers Guide v1.4.1 Developers IT Admin Guide Guide Knox Reseller API Developers Guide v1.4.1 February 2018 Samsung Knox Reseller Developers Guide Copyright Notice Copyright 2018 Samsung Electronics Co., Ltd. All rights reserved.

More information

Polycom Better Together over Ethernet Connector 3.5.0

Polycom Better Together over Ethernet Connector 3.5.0 RELEASE NOTES Software 3.5.0 May 2017 3725-69895-006 Polycom Better Together over Ethernet Connector 3.5.0 Applies to Polycom VVX 201, 300 Series, 400 Series, 500 Series, and 600 Series Business Media

More information

Polycom Better Together over Ethernet Connector 3.6.0

Polycom Better Together over Ethernet Connector 3.6.0 RELEASE NOTES 3.6.0 July 2017 3725-69895-007 Polycom Better Together over Ethernet Connector 3.6.0 Applies to Polycom VVX 201, 300 Series, 400 Series, 500 Series, and 600 Series Business Media Phones running

More information

Let s get started BC

Let s get started BC BC Let s get started s R What else is in the box? Galaxy S8 I S8+ SIM SIM tray tool Travel Adapter USB Cable USB Connector for use with Smart Switch Stereo Earbud Headset V Front Camera Volume Bixby Power/

More information

Cortex -A53 MPCore Processor Cryptography Extension ARM. Technical Reference Manual. Revision: r0p4

Cortex -A53 MPCore Processor Cryptography Extension ARM. Technical Reference Manual. Revision: r0p4 ARM Cortex -A53 MPCore Processor Cryptography Extension Revision: r0p4 Technical Reference Manual Copyright 2013-2014 ARM. All rights reserved. ARM DDI 0501F () ARM Cortex-A53 MPCore Processor Cryptography

More information

AT&T Global Network Client for Android

AT&T Global Network Client for Android AT&T Global Network Client for Android 2019 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. Version 4.2.5 January 9, 2019 Added TLS

More information

Samsung Knox Tizen Wearable v2.0

Samsung Knox Tizen Wearable v2.0 Samsung Knox Tizen Wearable v2.0 Introduction for app vendors Sep. 2016 Samsung Electronics Co., Ltd. What is Samsung Knox Tizen Wearable? HARDWARE-BASED, BUILT-IN PLATFORM THAT EXISTS IN MOST SAMSUNG

More information

Copyright Samsung Electronics Co., Ltd. All rights reserved.

Copyright Samsung Electronics Co., Ltd. All rights reserved. Contents Copyright 2014 Samsung Electronics Co., Ltd. All rights reserved. It is subject to Apache License, Version 2.0 (hereinafter referred to as the "License"). You may not use this file except in compliance

More information

Smart Wireless Headset pro Specification

Smart Wireless Headset pro Specification February 2013 Smart Wireless Headset pro Specification Copyright 2013 Sony Mobile Communications AB. All rights reserved. Xperia is a trademark of Sony Mobile Communications AB. Other brands, company or

More information

Copyright Samsung Electronics Co., Ltd. All rights reserved.

Copyright Samsung Electronics Co., Ltd. All rights reserved. CONTENTS Copyright 2014 Samsung Electronics Co., Ltd. All rights reserved. It is subject to Apache License, Version 2.0 (hereinafter referred to as the "License"). You may not use this file except in compliance

More information

Sony Smart headset products Developer specifications

Sony Smart headset products Developer specifications November 2013 Sony Smart headset products Developer specifications Copyright 2013 Sony Mobile Communications AB. All rights reserved. Xperia is a trademark of Sony Mobile Communications AB. Other brands,

More information

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices.

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. Xperia TM in Business Product overview Read about the enterprise policies and features supported in Xperia devices February 2017 About this document Products covered This document describes Xperia in Business

More information

Testing Gear Companion Apps using the Gear Emulator

Testing Gear Companion Apps using the Gear Emulator Testing Gear Companion Apps using the Gear Emulator Copyright Copyright 2014 Samsung Electronics Co. Ltd. All Rights Reserved. Though every care has been taken to ensure the accuracy of this document,

More information

Android Documentation Level-0 Registered Device Service

Android Documentation Level-0 Registered Device Service Android Documentation Level-0 Registered Device Service Version: 1.0 2018-07-18 NEXT Biometrics Group AS Universitetsgata 10 0164 Oslo Norway http://www.nextbiometrics.com Level-0 Registered Device Service

More information

BlackBerry BlackBerry 10 OS, version continues to build on the BlackBerry 10 platform for the Z10, Q10 and Z30 devices.

BlackBerry BlackBerry 10 OS, version continues to build on the BlackBerry 10 platform for the Z10, Q10 and Z30 devices. BlackBerry 10.2.1 BlackBerry 10 OS, version 10.2.1 continues to build on the BlackBerry 10 platform for the Z10, Q10 and Z30 devices. PINCH TO PRIORITIZE Don t miss important messages Pinch the Hub to

More information

NVIDIA Professional Application Center. 5 May 2017 Document version 2.0

NVIDIA Professional Application Center. 5 May 2017 Document version 2.0 NVIDIA Professional Application Center 5 May 2017 Document version 2.0 Copyright Information 2017 NVIDIA Corporation. All rights reserved. This document is protected under copyright law. The contents of

More information

Samsung MagicInfo Premium Edition

Samsung MagicInfo Premium Edition Samsung MagicInfo Premium Edition Create, deploy and manage digital signage over a network Highlights Leverage a wide range of MagicInfo Premium Edition features to optimize content creation and management

More information

1.0.0 December A. Polycom VoxBox Bluetooth/USB Speakerphone

1.0.0 December A. Polycom VoxBox Bluetooth/USB Speakerphone USER GUIDE 1.0.0 December 2017 3725-49023-001A Polycom VoxBox Bluetooth/USB Speakerphone Copyright 2017, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another

More information

What s new in System Center Configuration Manager Current Branch? Ievgen Liashov

What s new in System Center Configuration Manager Current Branch? Ievgen Liashov What s new in System Center Configuration Manager Current Branch? Ievgen Liashov http://liashov.com http://en.liashov.com admin@sccm.com.ua Introduction IT engineer at METSYS, Paris 14 years experience

More information

ViGo Architecture and Principles. Mobile Voice Biometrics as-a-service

ViGo Architecture and Principles. Mobile Voice Biometrics as-a-service ViGo Architecture and Principles Mobile Voice Biometrics as-a-service Part number: VV/VIGO/DOC/183/C Copyright 2015 VoiceVault Inc. All rights reserved. This document may not be copied, reproduced, transmitted

More information

Oracle VM. Getting Started Guide for Release 3.2

Oracle VM. Getting Started Guide for Release 3.2 Oracle VM Getting Started Guide for Release 3.2 E35331-04 March 2014 Oracle VM: Getting Started Guide for Release 3.2 Copyright 2011, 2014, Oracle and/or its affiliates. All rights reserved. Oracle and

More information

Isight Component Development

Isight Component Development Lecture 1 Introduction Workshop 0 Workshop Preliminaries Lecture 2 Basic Component Anatomy Workshop 1 Building a GUI Workshop 2 Executing External Source Code Lecture 3 Building and Testing Components

More information

Remote Support Two-Factor Authentication

Remote Support Two-Factor Authentication Remote Support Two-Factor Authentication 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the property

More information

Apple ios Enterprise Mobility Management (cloud based)

Apple ios Enterprise Mobility Management (cloud based) Apple ios Enterprise Mobility Management (cloud based) Codeproof ios EMM offers the following enterprise mobility management and BYOD security features. App Restrictions Block the camera, Safari, App Store,

More information

PULSE CONNECT SECURE APPCONNECT

PULSE CONNECT SECURE APPCONNECT PULSE CONNECT SECURE APPCONNECT A Micro VPN That Allows Specific Applications on Mobile Devices to Independently Leverage the Connect Secure Gateway Product Release 8.1 Document Revision 1.0 Published:

More information

Intel Cache Acceleration Software for Windows* Workstation

Intel Cache Acceleration Software for Windows* Workstation Intel Cache Acceleration Software for Windows* Workstation Release 3.1 Release Notes July 8, 2016 Revision 1.3 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

CarLink Guide for Android Users

CarLink Guide for Android Users CarLink Guide for Android Users CarLink Guide for Android Users New Account Creation After having CarLink installed, follow the steps below to begin using your system. 1. Download the CarLink application

More information

Multifunction X7600 X7500 X7400 Series

Multifunction X7600 X7500 X7400 Series NEXT GENERATION MX FAMILY Your business, powered by NEXT-GENERATION printing solutions MX3 MX4 MX7 Streamlined and reliable Industry-best monthly duty cycle Up to 80,000 pages Experience Possibilities

More information

Offline Shader Compiler. Mali. User Guide. Version: 3.0. Copyright ARM. All rights reserved. ARM DUI 0513B (ID032912)

Offline Shader Compiler. Mali. User Guide. Version: 3.0. Copyright ARM. All rights reserved. ARM DUI 0513B (ID032912) Mali Offline Shader Compiler Version: 3.0 User Guide Copyright 2009-2012 ARM. All rights reserved. ARM DUI 0513B () Mali Offline Shader Compiler User Guide Copyright 2009-2012 ARM. All rights reserved.

More information

Sophos Mobile. user help. product version: 8.6

Sophos Mobile. user help. product version: 8.6 user help product version: 8.6 Contents About this help... 1 About...2 Set up on your device... 3 Enrollment steps for Android devices... 3 Enrollment steps for ios devices...3 Enrollment steps for Macs...

More information

FX RFID READER SERIES Embedded SDK Sample Application

FX RFID READER SERIES Embedded SDK Sample Application FX RFID READER SERIES Embedded SDK Sample Application User Guide MN000539A01 FX RFID READER SERIES EMBEDDED SDK SAMPLE APPLICATIONS USER GUIDE MN000539A01 Revision A December 2017 Copyright 2017 ZIH Corp.

More information

Cisco WebEx TSP Bridge API Guide v3.4

Cisco WebEx TSP Bridge API Guide v3.4 Cisco WebEx TSP Bridge API Guide v3.4 Version 3.4 Copyright WebEx Communications, Inc. reserves the right to make changes in the information contained in this publication without prior notice. The reader

More information

Visual Business Configuration with SAP TM

Visual Business Configuration with SAP TM SAP Transportation Management Visual Business Configuration with SAP TM CUSTOMER Document Version: 3.0 December 2013 SAP AG 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document

More information

Polycom VoxBox Bluetooth/USB Speakerphone

Polycom VoxBox Bluetooth/USB Speakerphone RELEASE NOTES Software 1.0.1 May 2018 3725-49007-003A Polycom VoxBox Bluetooth/USB Speakerphone Polycom announces the release of software version 1.0.1 for the Polycom VoxBox Bluetooth/USB speakerphone

More information

Android Oreo. New features guide

Android Oreo. New features guide Android 8.1 - Oreo About this manual To ensure correct usage of the device, please read this manual carefully before using it. This manual is an introduction to the new features included in the latest

More information

Samsung Knox Mobile Enrollment. VMware Workspace ONE UEM 1902

Samsung Knox Mobile Enrollment. VMware Workspace ONE UEM 1902 Samsung Knox Mobile Enrollment VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

MDM Android Client x - User Guide 7P Mobile Device Management. Doc.Rel: 1.0/

MDM Android Client x - User Guide 7P Mobile Device Management. Doc.Rel: 1.0/ MDM Android Client 5.24.0x - User Guide 7P Mobile Device Management Doc.Rel: 1.0/ 2017-04-22 Table of Contents 1 Objectives and Target Groups... 8 1.1 Important information... 8 1.2 Third-Party Materials...

More information

Android Enterprise Device Management with ZENworks 2017 Update 2

Android Enterprise Device Management with ZENworks 2017 Update 2 Android Enterprise Device Management with ZENworks 2017 Update 2 Article IT Operations Management Article Android Enterprise Device Management with ZENworks 2017 Update 2 Introduction With the release

More information

Polycom Better Together over Ethernet Connector 3.8.0

Polycom Better Together over Ethernet Connector 3.8.0 RELEASE NOTES 3.8.0 June 2018 3725-69895-009A Polycom Better Together over Ethernet Connector 3.8.0 Applies to Polycom VVX 200 Series, 300 Series, 400 Series, 500 Series, and 600 Series Business Media

More information

Multifunction K7600 K7500 K7400 Series

Multifunction K7600 K7500 K7400 Series NEXT GENERATION MX FAMILY Your business, powered by NEXT-GENERATION printing solutions MX3 MX4 MX7 Streamlined and reliable Industry-best monthly duty cycle Up to 80,000 pages Experience Possibilities

More information

VMware AirWatch Android Platform Guide

VMware AirWatch Android Platform Guide VMware AirWatch Android Platform Guide Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

API Portal Version December User Guide

API Portal Version December User Guide API Portal Version 7.5.4 8 December 2017 User Guide Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway API Portal 7.5.4 No part of this publication

More information

HouseMate Pairing Instructions

HouseMate Pairing Instructions HouseMate Pairing Instructions This guide describes how to pair HouseMate hardware with an Android or ios device and how to use the Smart Connect and DTMF tone features. It assumes that you have already

More information

Operating System Support Plan for Test Delivery System

Operating System Support Plan for Test Delivery System Operating System Support Plan for Test Delivery System 2017 2018 Published August 7, 2017 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information Distribution

More information

Polycom Interoperability with BlueJeans

Polycom Interoperability with BlueJeans SOLUTION GUIDE 2.0 January 2018 3725-69563-002A Polycom Interoperability with BlueJeans Copyright 2018, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another

More information

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Release Notes On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

DocAve Backup for Salesforce. Release Notes

DocAve Backup for Salesforce. Release Notes DocAve Backup for Salesforce Release Notes Table of Contents Table of Contents... 2 DocAve Backup for Salesforce 1.3.8... 4... 4 DocAve Backup for Salesforce 1.3.7... 5... 5 DocAve Backup for Salesforce

More information

Strengths of Knox Manage Kiosk

Strengths of Knox Manage Kiosk 16 Kiosk Applications A kiosk application is an application that is installed on a stand-alone device, featuring a touchscreen interface that displays information, and used in public spaces or workplaces.

More information

SmartWatch. February Specification. Developer World sonymobile.com/developer

SmartWatch. February Specification. Developer World sonymobile.com/developer February 2013 SmartWatch Specification *All implied warranties, including without limitation the implied warranties of merchantability or fitness for a particular purpose, are excluded. In no event shall

More information

All other products, brands, names or trademarks mentioned in this document may be trademarks or registered trademarks of their respective owners.

All other products, brands, names or trademarks mentioned in this document may be trademarks or registered trademarks of their respective owners. Update Instructions Perspective by PPM 2000 Version 3.3 Printed April 2013 Copyright 2013 PPM 2000 Inc. and its licensors. All rights reserved. PPM 2000, the PPM 2000 logo, Perspective by PPM 2000, the

More information

Privileged Remote Access Two-Factor Authentication

Privileged Remote Access Two-Factor Authentication Privileged Remote Access Two-Factor Authentication 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property

More information

Oracle Virtual Desktop Client for ipad. Release Notes for Release 1.2

Oracle Virtual Desktop Client for ipad. Release Notes for Release 1.2 Oracle Virtual Desktop Client for ipad Release Notes for Release 1.2 E37118-01 January 2013 Oracle Virtual Desktop Client for ipad: Release Notes for Release 1.2 Copyright 2013, Oracle and/or its affiliates.

More information

Oracle SQL Developer Data Modeler Accessibility Guide. Release 18.1

Oracle SQL Developer Data Modeler Accessibility Guide. Release 18.1 Oracle SQL Developer Data Modeler Accessibility Guide Release 18.1 E94844-01 March 2018 Oracle SQL Developer Data Modeler Accessibility Guide, Release 18.1 E94844-01 Copyright 2017, 2018, Oracle and/or

More information

Operating System Support Plan for Test Delivery System

Operating System Support Plan for Test Delivery System Washington Comprehensive Assessment Program Operating System Support Plan for Test Delivery System 2017 2018 Published July 20, 2017 Prepared by the American Institutes for Research Descriptions of the

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Polycom VoxBox Bluetooth/USB Speakerphone

Polycom VoxBox Bluetooth/USB Speakerphone RELEASE NOTES Software 1.0.0 February 2018 3725-49007-002A Polycom VoxBox Bluetooth/USB Speakerphone These release notes provide important information on software updates, phone features, and known issues

More information

Microsoft Active Directory Plug-in User s Guide Release

Microsoft Active Directory Plug-in User s Guide Release [1]Oracle Enterprise Manager Microsoft Active Directory Plug-in User s Guide Release 13.1.0.1.0 E66401-01 December 2015 Oracle Enterprise Manager Microsoft Active Directory Plug-in User's Guide, Release

More information

Oracle SQL Developer Accessibility Guide. Release 18.1

Oracle SQL Developer Accessibility Guide. Release 18.1 Oracle SQL Developer Accessibility Guide Release 18.1 E94845-01 March 2018 Oracle SQL Developer Accessibility Guide, Release 18.1 E94845-01 Copyright 2017, 2018, Oracle and/or its affiliates. All rights

More information

Polycom Better Together over Ethernet Connector 3.9.0

Polycom Better Together over Ethernet Connector 3.9.0 RELEASE NOTES 3.9.0 December 2018 3725-69896-001A Polycom Better Together over Ethernet Connector 3.9.0 Applies to Polycom VVX 200 Series, 300 Series, 400 Series, 500 Series, and 600 Series Business Media

More information

What s New for Oracle Java Cloud Service. On Oracle Cloud Infrastructure and Oracle Cloud Infrastructure Classic. Topics: Oracle Cloud

What s New for Oracle Java Cloud Service. On Oracle Cloud Infrastructure and Oracle Cloud Infrastructure Classic. Topics: Oracle Cloud Oracle Cloud What's New for Oracle Java Cloud Service Release 17.4 E64762-32 November 2017 What s New for Oracle Java Cloud Service This document describes what's new in Oracle Java Cloud Service on all

More information

This guide describes features that are common to most models. Some features may not be available on your tablet.

This guide describes features that are common to most models. Some features may not be available on your tablet. User Guide Copyright 2014 Hewlett-Packard Development Company, L.P. Bluetooth is a trademark owned by its proprietor and used by Hewlett-Packard Company under license. Google, Google Now, Google Play,

More information

Cisco Connected Mobile Experiences REST API Getting Started Guide, Release 10.2

Cisco Connected Mobile Experiences REST API Getting Started Guide, Release 10.2 Cisco Connected Mobile Experiences REST API Getting Started Guide, Release 10.2 First Published: August 12, 2016 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Pulse Secure Mobile Android

Pulse Secure Mobile Android Pulse Secure Mobile Android Release Notes Release, Build 7.1.0, r404441.b14 Published Date December 2018 Document Version 1.1 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose, CA 95134 https://www.pulsesecure.net

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Connect Alarm app App operation quick guide

Connect Alarm app App operation quick guide SECURITY PRODUCTS If you can read this Click on the icon to choose a picture or Reset the slide. To Reset: Right click on the slide thumbnail and select reset slide or choose the Reset button on the Home

More information

ANDROID APPS (NOW WITH JELLY BEANS!) Jordan Jozwiak November 11, 2012

ANDROID APPS (NOW WITH JELLY BEANS!) Jordan Jozwiak November 11, 2012 ANDROID APPS (NOW WITH JELLY BEANS!) Jordan Jozwiak November 11, 2012 AGENDA Android v. ios Design Paradigms Setup Application Framework Demo Libraries Distribution ANDROID V. IOS Android $25 one-time

More information

HPE Secur & HPE Secur Cloud

HPE Secur & HPE Secur Cloud HPE SecureMail & HPE SecureMail Cloud Product Lifecycle Status October 27, 207 207 HPE Security - Data Security INTRODUCTION HPE SecureMail Product Lifecycle Status The Product Lifecycle Status lists the

More information

Oracle Fusion Middleware Oracle Business Process Management Release Notes. 12c ( )

Oracle Fusion Middleware Oracle Business Process Management Release Notes. 12c ( ) Oracle Fusion Middleware Oracle Business Process Management Release Notes 12c (12.2.1.3.0) E97832-01 July 2018 Oracle Fusion Middleware Oracle Business Process Management Release Notes, 12c (12.2.1.3.0)

More information

ARM Cortex processors

ARM Cortex processors ARM Cortex processors The world s most power efficient processors Performance and scalability for enterprise, mobile and embedded solutions May 2017 ARM Cortex-A portfolio ARMv7-A Cortex-A15/A17 Infrastructure

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Oracle Insurance. Implementing a. Release 5.6

Oracle Insurance. Implementing a. Release 5.6 Oracle Insurance Insbridge Enterprise Rating Implementing a Shared Workfiles Location Guide Release 5.6 November 2018 Copyright 2005, 2018, Oracle and/or its affiliates. All rights reserved. Oracle Insurance

More information

Senstar Thin Client. 3.x Release Notes

Senstar Thin Client. 3.x Release Notes Senstar Thin Client 3.x Release Notes Contents Contents Private release 3.5.1 (November 2018)... 3 Release 3.5 (October 2018)...4 Private release 3.4.1 (July 2018)... 6 Release 3.4 (March 2018)...7 Release

More information

GPU Offline Shader Compiler. Mali. User Guide. Version: 2.2. Copyright 2009 ARM. All rights reserved. ARM DUI 0513A (ID101409)

GPU Offline Shader Compiler. Mali. User Guide. Version: 2.2. Copyright 2009 ARM. All rights reserved. ARM DUI 0513A (ID101409) Mali GPU Offline Shader Compiler Version: 2.2 User Guide Copyright 2009 ARM. All rights reserved. ARM DUI 0513A () Mali GPU Offline Shader Compiler User Guide Copyright 2009 ARM. All rights reserved. Release

More information

Quick Start Guide. Screen Sharing. Document Revision: (May 12, 2016)

Quick Start Guide. Screen Sharing. Document Revision: (May 12, 2016) Quick Start Guide Screen Sharing Document Revision: 1.0.3 (May 12, 2016) 2 Table of Contents Quick Start Guide... 1 Starting Application... 3 Joining a Online Meeting... 6 Copyright... 7 For full documentation

More information

AvePoint Cloud Backup for Salesforce. Release Notes

AvePoint Cloud Backup for Salesforce. Release Notes AvePoint Cloud Backup for Salesforce Release Notes Table of Contents AvePoint Cloud Backup for Salesforce April 2018... 3... 3 Known Issues... 3 AvePoint Cloud Backup for Salesforce January 2018... 4...

More information

Designer ADR-400 AMBA. User Guide. Revision: r3p2. Copyright ARM. All rights reserved. ARM DUI 0333M (ID011213)

Designer ADR-400 AMBA. User Guide. Revision: r3p2. Copyright ARM. All rights reserved. ARM DUI 0333M (ID011213) AMBA Designer ADR-400 Revision: r3p2 User Guide Copyright 2006-2012 ARM. All rights reserved. ARM DUI 0333M () AMBA Designer ADR-400 User Guide Copyright 2006-2012 ARM. All rights reserved. Release Information

More information

Administrator Guide Samsung VPN Client on Galaxy Devices

Administrator Guide Samsung VPN Client on Galaxy Devices Administrator Guide Samsung VPN Client on Galaxy Devices March 28, 2018 Version: 4.0 Copyright Notice Copyright 2018 Samsung Electronics Co. Ltd. All rights reserved. Samsung is a registered trademark

More information

Two-Factor Authentication Guide Bomgar Remote Support

Two-Factor Authentication Guide Bomgar Remote Support Two-Factor Authentication Guide Bomgar Remote Support 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are

More information

User Guide for Cisco Jabber for Mac 11.6

User Guide for Cisco Jabber for Mac 11.6 User Guide for Cisco Jabber for Mac 11.6 User Guide 2 New and Changed Information 2 Availability 2 Contacts 4 Chats 5 Calls 7 Meetings 10 Custom Tabs 13 Accessibility 14 Troubleshooting 17 Revised: April

More information

Autodesk software This release of SysQue is compatible with the current releases of Autodesk Revit versions 2016, 2017, 2018.

Autodesk software This release of SysQue is compatible with the current releases of Autodesk Revit versions 2016, 2017, 2018. RELEASE NOTES SysQue SOFTWARE This document provides basic information about new features and modifications in the release of the Trimble SysQue software. More detailed information can be found in the

More information

MDM Android Client User Guide 7P Mobile Device Management. Doc.Rel: 1.0/

MDM Android Client User Guide 7P Mobile Device Management. Doc.Rel: 1.0/ MDM Android Client 5.22.05 - User Guide 7P Mobile Device Management Doc.Rel: 1.0/ 2017-03-17 Table of Contents 1 Objectives and Target Groups... 1 1.1 Important information... 1 1.2 Third-Party Materials...

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Release Type: Firmware Software Hardware New Product. VIA Connect PRO Yes N/A

Release Type: Firmware Software Hardware New Product. VIA Connect PRO Yes N/A Product Name: Via Connect PRO Current Version: 1.9.0416.696 Version Date: April 2016 Reference: 10541 Release Type: Firmware Software Hardware New Product Kramer Product Affected: Product Name Minimum

More information

Pulse Secure Client for Chrome OS

Pulse Secure Client for Chrome OS Pulse Secure Client for Chrome OS Quick Start Guide Published March, 2018 Release 5.2r1 Version 1.6 2018 by Pulse Secure, LLC. All rights reserved 1 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose,

More information

GPU Shader Library. Mali. User Guide. Version: 1.0. Copyright 2009 ARM. All rights reserved. ARM DUI 0510A (ID101409)

GPU Shader Library. Mali. User Guide. Version: 1.0. Copyright 2009 ARM. All rights reserved. ARM DUI 0510A (ID101409) Mali GPU Shader Library Version: 1.0 User Guide Copyright 2009 ARM. All rights reserved. ARM DUI 0510A () Mali GPU Shader Library User Guide Copyright 2009 ARM. All rights reserved. Release Information

More information

PrinterOn Embedded Agent for Samsung Printers and MFPs. Setup Guide for PrinterOn Hosted

PrinterOn Embedded Agent for Samsung Printers and MFPs. Setup Guide for PrinterOn Hosted PrinterOn Embedded Agent for Samsung Printers and MFPs Setup Guide for PrinterOn Hosted Contents Chapter 1: Introduction... 3 Overview: Setting up the PrinterOn Embedded Agent... 4 PrinterOn service prerequisites...

More information

Notification Development Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Notification Development Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Notification Development Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51465-01 Table of Contents Notification Development 1. PREFACE... 1-1 1.1 AUDIENCE... 1-1 1.2 RELATED

More information

Windows 10 Fall Creators Version (1709)

Windows 10 Fall Creators Version (1709) Windows 10 Fall Creators Version (1709) What s New What s Updated What is Missing Presented by Hewie Poplock info@hewie.net https://hewie.net/winsig/ http://cb4s.net Windows 10 Fall Creators Upgrade 1709

More information

OneGate Linux Client. Release Notes. Version Thinspace Technology Ltd Published: 03 JULY Updated:

OneGate Linux Client. Release Notes. Version Thinspace Technology Ltd Published: 03 JULY Updated: OneGate Linux Client Version 4.1.2 Release Notes Thinspace Technology Ltd Published: 03 JULY 2015 Updated: Copyright (c) 2015 Thinspace Technology Ltd. Overview This document outlines the installation

More information

Last updated: 21/09/2017 Page 1 of 10

Last updated: 21/09/2017 Page 1 of 10 Last updated: 21/09/2017 Page 1 of 10 4.0.0 Release Date: September 2017 Major release requires updated licence. Completely redesigned to use.net throughout Added support for Subscription licencing. Added

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Pulse Secure Mobile Android Release 6.3.0

Pulse Secure Mobile Android Release 6.3.0 Pulse Secure Mobile Android Release 6.3.0 Pulse Secure Mobile 6.3R1 for Android (build # 6.3.0. r235864.19) Pulse Secure Client Release 6.3R1 Document Revision 1.0 Published: 2017-07-10 2017 by Pulse Secure,

More information

Isight Component Development 5.9

Isight Component Development 5.9 Isight Component Development 5.9 About this Course Course objectives Upon completion of this course you will be able to: Understand component requirements Develop component packages for Isight Targeted

More information

October Oracle Application Express Statement of Direction

October Oracle Application Express Statement of Direction October 2017 Oracle Application Express Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle.

More information