In Acrobat Reader DC for Android, how do I prevent Verizon Cloud from launching when clicking the floating action button to retrieve files?

I have a Verizon-branded Samsung Galaxy S5, which means a lot of Verizon apps were added from the factory install.
Recently I upgraded Adobe Acrobat Reader to its most recent version.
When I clicked on the floating action button to open a PDF, it launched Verizon Cloud instead of showing my file directory.
Unless I disabled Verizon Cloud altogether, every time I did this, I would get the Verizon Cloud app instead of a file listing.
Reader DC is the only app that does such a thing. Is this a defect?

Thanks for the information.
To remove the Verizon cloud storage from Adobe Acrobat DC application, you can 'Turn off' the Verizon cloud application from 'Settings'-->'Application Manager'-->'All applications'. After doing this, every time you tap on the Floating Action button, you will be presented the list of all your pdf files on your device.
If you would like to view both the Verizon cloud based files as well as files from your internal memory/SD card, I would request you to download some file manager application from the Google Play Store such as And Explorer, ES File Explorer etc. After doing this, whenever you will tap on the floating action button, you will be provided an option to open the files either from the Verizon cloud or the files on your device.
Hope this helps. Please let us know if you observe any more issues.
Thanks.

Similar Messages

  • How can I stop a JFrame from closing when clicking the close button.

    I need to display a dialog when a user attempts to close my app, giving them the option to close, minimize or cancel. How can I stop the form from closing after the user makes his selection? I have the folllowing code, but my form still closes after selecting an option:
    private void formWindowClosing(java.awt.event.WindowEvent evt) {                                  
            //An array of Strings to be used a buttons in a JOptionDialog
            String[] options = {"Close", "Minimize", "Cancel"};
            //Determines what the user wants to do
            int result = JOptionPane.showOptionDialog(null, "What to you want to do?  Close the application, minimize or cancel?", "Please select an option...", 0, JOptionPane.QUESTION_MESSAGE, null, options, options[0]);
           //Determines what to do, depending on the user's choice
            if (result == 0) {
                //Close the application
                System.exit(0);
            } else if (result == 1) {
                //Minimize the application
                this.setState(Frame.ICONIFIED);
        }Any help would be much appreciated!

    import java.awt.event.*;
    import javax.swing.*;
    public class test extends JFrame {
         public static void main( String[] args ) {
              new test();
         public test() {
              setSize( 200, 200 );
              //the next line makes the JFrame not close
              setDefaultCloseOperation( JFrame.DO_NOTHING_ON_CLOSE );
              //now add a listener that does the trick
              addWindowListener( new WindowAdapter() {
                        public void windowClosing( WindowEvent e ) {
                             //ask the user and do whatever you wish
              setVisible( true );
    }

  • Acrobat Reader DC for Android &Javascripts in form cells

    Acrobat Reader DC for Android is not taking in consideration most of the Javascripts in form cells ( scripts were all produced in Acrobat XI) Worked fine in Reader 11.7.2 pre-DC for Android... Do you have any suggestions? he issue seems to be fairly general, since only my most simple script for adding times together is working, none of the others, no matter what they do...
    Sample already provided in one of my prev. posts, although the issue was different.
    Regards: Robert Bartok

    Hi Mevish,
    I had this issue earlier also with Acrobat Reader 11.7.2 on Lollipop 5.02
    but after a system component update the issue "sorted itself out"... right
    now I tried to run this on a Galaxy s6 Android 5.02, Acrobat DC fails, and
    at the same time, on the same phone Acrobat 11.7.2 (pre DC) succeeds. This
    is the case also with my other forms.
    Thanks for getting back to me. I'll try to get my hands on a 5.1 v.
    Android.
    Regards: Robert

  • I installed the latest Acrobat Reader (11) and every time I try to do a Save As, it crashes the entire Adobe program closing all files.  I tried uninstalling and re-installing and it still crashes.

    I installed the latest Acrobat Reader (11) and every time I try to do a Save As, it crashes the entire Adobe program closing all files.  I tried uninstalling and re-installing and it still crashes.

    Hi Bryan ,
    It happens when you save it as an Adobe PDF or a normal PDF?
    Happens with all the files or any specific one?
    What exact version of Acrobat are you using?
    Try updating it to the latest one if it is an older one.
    You may also want to uninstall and re install it to check.
    Let us know how it goes.
    Regards
    Sukrit Dhingra

  • HT2476 Why when clicking the right mouse button for my external hard drive there is no option for "create new folder"?

    Hi there. I'm having a problem with my external hard drive. Actually with only one of them (others seem to be ok...). The problem is that when clicking the right mouse button (or using other ways to do the same), in the drop-down list there isn't an option for "create new folder". Please, can anyone help with this issue?

    The drive is NTFS formated. Most probably that's the reason, but there is some info on the drive which I wouldn't like to loose. If there is a way to re-format the drive and save the files, that would be great. If there isn't such a way, then please, tell me how to re-format it. But bear in mind as well that I'm using Parellels and the drive is to be used in Mac and Win modes, both. Just to add some more info: my other drive is FAT32 formated and all seems to go well with it.

  • How do I prevent creative cloud from installing a desktop shortcut?

    I have absolutely no need for a desktop shortcut to cc, since I have it running in the taskbar whenever I start my computer. What's worse is that I have to type in admin username and password to be able to delete these icons from my work computer. It's a pain that this thing that I don't want keeps popping up with every update. My desktop is already cluttered, it doesn't need Adobe's help making it worse.
    Any way to stop Adobe from adding a desktop shortcut to CC?
    Thanks!!

    There is no option to uncheck "Create Desktop Shortcut" as in other installers as far as I know.

  • How to get current row value from table when press the submit button

    Hi,
    I want to get the current row value of SuccessionPlanId which is one of the column in a advanced table.
    I created one button (created using personalization, action fired thru CO)in the table as column, so each row having one button, if i press the first row's button means then i want to fetch the first row's SuccessionPlanId and if it is 3rd means then i want to get the value of third row's value.
    How to do it in controller extension?
    Please reply soon, its urgent.
    Thanks in advance,
    SAN

    Pratap,
    Yes, I tried with 'delete' button which is seeded one.
    For this, our code using row reference is working too fine. it throws exact SuccessionPlanId value of corresponding row.
    I created MessageStyledText, but here i need to give text value right, then only it 'll appear in the page.
    Instead i created one image and fired explicitly from the controller processRequest method.
    But the same problem remains..
    here my code:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean){
    super.processRequest(pageContext, webBean);
    OAButtonBean oabb = (OAButtonBean)webBean.findChildRecursive("XXSubmit");
    FireAction action = new FireAction("XXSubmit");
    oabb.setAttributeValue(UIConstants.PRIMARY_CLIENT_ACTION_ATTR, action);
    OAImageBean oaib=(OAImageBean)webBean.findChildRecursive("XXSubmitImage");
    oaib.setFireActionForSubmit("XXSubmitImage", null, null, true);
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean){
    if("XXSubmitImage".equals(pageContext.getParameter("event"))){
    String succIdI="";
    String rowRefI = pageContext.getParameter(OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
    if(rowRefI != null && !("".equalsIgnoreCase(rowRefI ))){
    PerSuccPlanSearchVORowImpl rowI = (PerSuccPlanSearchVORowImpl)oaam.findRowByRef(rowRefI);
    if(rowI != null)
    succIdI=rowI.getAttribute("SuccessionPlanId").toString();
    }else{
    throw new OAException("Row is null");
    throw new OAException(succIdI, OAException.INFORMATION);
    }else{
    super.processFormRequest(pageContext, webBean);
    If i run the page using this controller, it throws exception without any value, because for 'succIdI' i initialized without any string.
    Can you please suggest me how to solve?

  • How do i prevent removed apps from syncing when connecting to iTunes

    I've "removed" apps from my iPad to free up space but when I connect to my computer, the apps "appear" to still sync. 
    To the upper right of the screen, it will show there are 65 apps (I removed 20 apps).  These are active apps and that is correct  When I click on the status bar at the bottom of the screen (the Apps section), it shows there are 85 apps taking up space on my iPad.
    Also, where the apps are listed, the apps that were "removed" from my iPad air have an option to "Install".   I don't understand why they're still syncing.  TIA for your help!

    This does not help but it does offer some insight. I have NEVER noticed this before. Take a look at the dialog box in the is screenshot. Note that it says that even if the app is deleted from the iTunes library, it will not be removed for any iOS devices when you sync.
    As an experiment, I deleted the AOL On app from my iTunes library and followed the prompts to put the app in the trash - not keep it in the mobile sync folder. I synced my iPad - and the app is still on the device even though it does NOT appear in my list of apps in iTunes when the iPad is connected and selected. I have never seen that happen before.
    If the app is not in your library, I always assumed that it would be erased when you sync since it is no longer in iTunes. I deleted the app in iTunes and then deleted it on the iPad and then synced again and now it is gone everywhere.
    Bizarre....

  • How do I prevent Flash Builder from launching Flash CS5?

    Every time I change workspaces, Flash Builder launches Flash CS5 which is very annoying. Anybody know how to turn this off?

    Using [https://addons.mozilla.org/en-US/firefox/addon/433 Flashblock] solves that.

  • How do I prevent old tabs from restoring when firefox is closed during a private browsing session

    OK, if I'm in a private browsing session and completely close FF (without first ending private browsing), the next time that I start it, the tabs that were open prior to starting private browsing are restored. I have it set to open my home page (yahoo) when starting Firefox.
    How do I change this?

    It sounds as though Firefox is treating it as a "crash" when you don't return to non-private browsing before shutting down. I don't know whether there is a way to change that: nothing in the browser.sessionstore.* preferences jumps out at me as controlling that behavior.

  • How do I stop I cloud from up grading all the time, it has been 48 hours and still upgrading. Not able to stop it, Help

    Need help stopping I cloud upgrading the past 48 hours.

    Something has gone wrong, on an iPhone 3Gs the erase all operation should be instantaneous. Disconnect your phone & force it into recovery mode:
    Turn your phone off. Leave the USB cable connected to your computer, but NOT your phone, iTunes running, press & hold the home button while connecting the USB cable to your dock connector, continue holding the home button until you see “Connect to iTunes” on the screen. You may now release the home button. iTunes should now display that it has detected your phone in recovery mode, if not quit and reopen iTunes. If you still don’t see the recovery message repeat these steps again. iTunes will give you the option to restore from a backup or set up as new. In your case, select "new".

  • How do I prevent tab focus from changing when I scroll tabs with the mouse wheel? [SOLVED]

    Whenever I scroll my tabs with the mouse scroll wheel the tab focus changes from the page I'm currently on to the tab being scrolled to. I usually have a large list of tabs open and I depend on being able to scroll tabs without changing page focus to keep myself organized.
    Also, I'd like to disable tab scroll wrapping; Once I've scrolled my tabs to the end I'd like it to stop scrolling, not wrap around to the start of my tabs.
    Is there a way to disable these features and revert to the tab scrolling behaviour of a previous version of Firefox?

    This is not a standard feature and can be caused by an extension.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • I have a macbook pro, OS V10.9.5; I've downloaded acrobat reader XI for Mac. computer won't read PDF files: says microsoft files no longer supported.  What's going on?  How to fix. RLD

    I have a macbook pro w/OS V10.9.5;  I've downloaded acrobat reader XI for mac (I've also installed Micrsort office XI for mac).  PDF files won't open for reading;  videos of granddaughter from daughter's iphone won't play...two separate problems.  Help!  Not very learned about computer semantics and processing functions.

    Regarding the USB, see if zapping the PRAM helps.
    Regarding your storage space check out the following: 
    HD Space Checkers:
    Disk Inventory X (FREE)
    WhatSize (SHAREWARE)
    OmniDiskSweeper (FREE)
    GrandPerspective (FREE - donation)
    Mac Performance Guide
    Slimming your hard drive
    ===============
    Quick fix How To Quickly Free Up Hard Drive Space on Mac OS
    http://www.youtube.com/watch?v=fO-mlLApEuk

  • JavaScript in Adobe Reader app for Android

    How long to get the Adobe Reader app for Android will support JavaScript code? In addition to the password, I need to put the expiration day on my PDFs to close the backdoor.
    Thanks

    Hi,
    Many thanks for getting back to me.  A reset all fields would certainly
    save a great deal of time on forms that are used over and over!
    Something else that I've noticed is the fact that when you flick through
    the pages of .pdf documents, there are sometimes white blank pages.  You
    need to scroll back and forth to get them all to load and sometimes even
    after they have loaded, when you scroll back and forth again other pages
    are blank.
    I am using the latest Samsung Note Pro tablet with 2 x quad core
    processors so I can't blame outdated technology.
    Do you have any ideas as to how to solve this problem?
    Many thanks again for your help.
    Regards
    Paul

  • How do I drag an image or text box to the "workspace" off of my working file but where I can still see the image and text box for future use?

    How do I drag an image or text box to the "workspace" off of my working file but where I can still see the image and text box for future use?
    When I drag the item off of the trifold that I am creating, it just disappears but I still want to use it.  I just need to move it out of the way to modify other portions of the document.
    thanks,
    C

    Add another page below the current one to use as a storage area. You can't use the grey area around the page for storing items you want to use later.
    Go to the Pages Menu>Provide Pages Feedback if you would like to request this feature be added in future versions.

Maybe you are looking for

  • Installing Existing Adobe Acrobat 9 Pro on new computer - The "Upgrade Check"

    I recently purchased a new computer (Windows 8) to replace my old computer (Windows XP).  I had purchased and installed Adobe Acrobat Pro 9 on the old computer in September 2009.  At that time I had the serial number of the previous edition of Adobe

  • Flash Video / XHTML

    When I use the Insert > Media > Flash Video function in Dreamweaver CS3, the code that is automatically generated does not validate as XHTML. The errors are mainly in the code I have copied below. Here are some of the errors I get when I try to valid

  • Using doc/literal wrapped?

    I'm working on a J2EE 1.4 web application that is required to be portable accross as many different app servers as possible. We're adding web services to the applciation, so am looking for a portable approach. I decided upon using J2EE 1.4 (so JAX-RP

  • Balance confirmation

    Balance confirmation letter on any particular day. On selection can print the list of 'C'form, TDS certificate to be received, expired BG, etc so, how to maintain it in system??? I want information/ suggestions for standard and Z development both....

  • Show item info does not show on all files

    I need that "show item info" very much, because it shows, how many sec each of my video clips are. When I have a folder with many video clips in it, about 3/4 shows the item info (sec length of clip) but about 1/4 it does not. It would help me a lot