Create Acrobat reader configuration for Android Enterprise

How to disable copy,save and print options in Adobe Acrobat reader for Android Enterprise devices?
Regards,

Muhammad MK

Hi @mahiroux

See https://www.adobe.com/devnet-docs/acrobatetk/tools/Mobile/emm.html for more information.

I have checked the AppConfig returned from the play store.

  • Allow Printing from App - Enable this app to print documents.
  • Allow Copy from App - Enable this app to copy text from documents.

,Andrew

Thank you @andrew_dawson for your reply. How do I push app configuration to Android devices to disable these features? I can disable this options on iOS devices using plist but I believe the XML would not work on Android devices.

That’s correct, the xml/plist used for iOS will not work for android.

When you approve an application using Managed Google Play you are then able to create a managed config, when you open the config options the play store is queried for the current available AppConfig settings.

MobileIron Cloud

  • Click on the application, then;
  • App Configuration > Managed Configurations for Android

MobileIron Core