How to specify the app is only for Android Tablet screens?

See the topic!

I want to find the equivalent of the definition of family of instruments for iOS but for Android. For EXAMPLE: In my XML application descriptor, I defined that the app only works on iPad and any iPhone or iPod. I want to do the same thing for Android so that it can run on a Xoom or a Nexus 7 or any other tablet that you may need but _not_ run on a phone...

I presume it's simple, but I couldn't find the right conditions for google with!

Thank you

Gaius

This article may help:

http://developer.Android.com/guide/topics/manifest/compatible-screens-element.html

Tags: Adobe AIR

Similar Questions

  • How to limit the app phones only

    I wish that my app was only available to phones that I would build a different version for tablets. I did find that any parameter in the xml app file put such a restriction.

    Is this something that can be done via the app.xml file or is it something I should be doing in the Android market? The only thing I see on the Android Market is an option of devices, but there are thousands of devices that list and I have no idea on some of these devices to make a decision on whether to accept this device or not.

    In the App descriptor XML file, use the following code to restrict to support screens:

    Android: smallScreens = "true".

    Android: normalScreens = 'true '.

    Android: largeScreens = "false".

    Android: xlargeScreens = "false" / >

    You can read this, both to clarify on what screen sizes are that:

    http://developer.Android.com/guide/topics/manifest/supports-screens-element.html

    For example, I blocked my app for tablets that by

    Android: smallScreens = "false".

    Android: normalScreens = "false".

    Android: largeScreens = "false".

    Android: xlargeScreens = "true" / >

    In iOS devices you use:

    UIDeviceFamily

    2

    The string corresponding to the value of the peripheral type (2 being iPad-only in this case)

  • Kindle Fire blocks the installation of Firefox for Android tablet; How can I get?

    E-MAIL RECEIPT 12/21/11, ADVISING THE NEW FIREFOX TO KINDLE FIRE. TRIED TO INSTALL WITH THE LINK IN THE EMAIL. KINDLE FIRE BLOCKED INSTALLATION. TRIED TO INSTALL DIRECTLY FROM MOZILLA BROWSER TO KINDLE WITH THE HELP OF WEB SITE; THE MESSAGE "NO DEVICES FOUND ANDROID."
    MOZILLA WEB LISTS KINDLE FIRE AS A TESTED DEVICE, SUPPORTED FOR FIREFOX TABLET BROWSER.

    HOW CAN I INSTALL SUCCESSFUL ON KINDLE FIRE?

    @bellsouth.net

    Hello

    I'm sorry you've had this problem, here is a direct link, but note that you will not receive updated mind in the future if you need to keep Firefox up to date manually.
    http://bit.LY/fennecftp

    Ongoing work to make Firefox mobile is available in the AppStore from amazon, see bug https://bugzilla.mozilla.org/show_bug.cgi?id=690791

    Thank you
    Michelle

  • HOW TO INSTALL THE CLOUD CREATIVE ON AN ANDROID TABLET

    How do we install the creative cloud (as I have now installed on my laptop thanks only by understanding very patient and very given to me by Adobe customer service) on my Tablet android Samsung Galaxy Tab S2?

    I am a retired athlete, a technophobe and someone who has little or no understanding of the technical terminology, so if anyone can help me with a simple and straightforward statement I'd be absolutely delighted - and eternally grateful.

    Thank you

    Full (including Acrobat DC Pro) applications that are part of your subscription to creative cloud do not install on any mobile devices (iOS or Android). There is an Adobe Acrobat Reader for Android software that you can download from the app store. Logging in with your ID creative cloud of the Adobe Acrobat Reader application allows some additional features that are not available to subscribers to the creative cloud.

    -Dov

  • How to release the source code (only) for first level VI?

    Hello

    I develop an add-on for an application that I have. The demand is large (more than 1,500 VI) and the screws are set up to compile with for most of the default settings (there is a first level VI, some with visible front, most of them are not visible).

    The customer wants that source code for the work that I do, and he will use the many existing Subvi. The addon itself will be a Subvi (I have a Main.vi that basically opens 'front' and it is a new screen). The sub - VI existing basically make data collection and treatment, and the new code will perform additional processing and have a nice GUI for existing code. The customer wants the source so that they can make changes as needed.

    Is there an easy way to simply provide the source for the first level VI? Basically, I want to give them M.vi, where M.vi name n.vi, o.vi... etc, but o - z.vi should be non-free. In addition, M.vi is called by Main.vi, which opens A screens - M.vi

    One option is to copy the entire application, then open each sub - VI and save it without Source Code. But with so many files, this seems like a bad idea. So, I also maintain two applications.

    Good ideas out there? It seems if easy in other languages (using object files) it looks like there should be a solution here I don't see... Thank you!

    rnelsonee wrote:

    Ah! I completely forgot to Save with Options. It's been so long that I had to deal with this type of problem.

    OK, to ensure that:

    I opened my first level VI, saving Options with-> apply the password (or remove diagrams) and then give it to them. I also provide a normal backup of their VI, with source.

    I still about 100 screws which are called dynamically are not part of the VI treeand I would still have to re - register with a password, but it's better than every single VI. Thank you!

    Use the option duplicate hiarchy and preserve...

    apply to all...

    at least as far my memories are good.

    Ben

  • How to do the HTML a browser lag android Tablet animation in animation?

    I even tried the hosts on a server, but the problem persists.

    Google, optimization of the performance of easeljs.

  • How to specify the color for LR space?

    How to specify the color for LR space?

    chlonini said:

    How to specify the color for LR space?

    LR only uses the ProPhoto RGB color space. You cannot specify any other

    color space (work). When you export pictures, you can specify a

    different color space to convert. Or if you use an external editor.

    You can choose what color space to send to the external editor.

  • How to drag the apps? to force no click trackpad... I think they remove this features for elcapitan

    How to drag the apps? for a force not click trackpad...
    I think that they remove this features for elcapitan

    Select the application, and then hold down the trackpad (click), pressed with the left hand, while you use your right hand to drag the app.

    Note: This creates an alias to the place where you drag where you want to move , you also need the CMD key at the same time.

  • How to specify the tablespace for a India primary key in create table statement

    How to specify the storage space for a primary key index in a create table statement?
    Does the following statement is true?
    CREATE TABLE 'GPS'||TO_CHAR(SYSDATE+1,'YYYYMMDD')
                ("ID" NUMBER(10,0) NOT NULL ENABLE, 
                "IP_ADDRESS" VARCHAR2(32 BYTE), 
                "EQUIPMENT_ID" VARCHAR2(32 BYTE), 
                "PACKET_DT" DATE, 
                "PACKET" VARCHAR2(255 BYTE), 
                "PACKET_FORMAT" VARCHAR2(32 BYTE), 
                "SAVED_TIME" DATE DEFAULT CURRENT_TIMESTAMP, 
                 CONSTRAINT "UDP_LOG_PK" PRIMARY KEY ("ID") TABLESPACE "INDEX_DATA"
                 )            
                 TABLESPACE "SBM_DATA";   
    Thank you

    Published by: qkc November 9, 2009 13:42

    As orafad noted, you can use the documentation using ESCALATION clause, i.e.

    SQL> ed
    Wrote file afiedt.buf
    
      1  CREATE TABLE GPS
      2              ("ID" NUMBER(10,0) NOT NULL ENABLE,
      3              "IP_ADDRESS" VARCHAR2(32 BYTE),
      4              "EQUIPMENT_ID" VARCHAR2(32 BYTE),
      5              "PACKET_DT" DATE,
      6              "PACKET" VARCHAR2(255 BYTE),
      7              "PACKET_FORMAT" VARCHAR2(32 BYTE),
      8              "SAVED_TIME" DATE DEFAULT CURRENT_TIMESTAMP,
      9               CONSTRAINT "UDP_LOG_PK" PRIMARY KEY ("ID") USING INDEX TABLESP
    ACE "USERS"
     10               )
     11*              TABLESPACE "USERS"
    SQL> /
    
    Table created.
    

    Justin

  • I can't download the trial for inDesign (for Mac), Safari cannot open what I think is the redirection page and says he does not know how to open the app

    Safari can't open what I think is the redirection page and says he does not know how to open the app.


    It gives me the following information:

    OS X does not know how to open the addresses starting with aam

    Click on the link below and download Creative Cloud Installer file and use them to install the creative Cloud Desktop application.

    https://ccmdls.Adobe.com/AdobeProducts/KCCC/1/OSX10/CreativeCloudInstaller.dmg

  • How to disable the App tabs (tablets should) start automatically?

    How to disable the App tabs (tablets should) start automatically?

    because the option [don't load the tabs up to choosing] dose does not work with her, and she keeps starts every time when I restart Firefox.

    Please help me!

    Don't bother, I arrived at the solution of my car, you can do the following:

    Type "subject: config" [without quotes!] in the location Bar (address bar) and press ENTER to display the list of preferences, as shown in the photo #1 in Firefox 17 under Windows 7.

    If you see a page with the warning as pictured #2, this might void your warranty!, click the "I'll be careful, I promise!" button to continue (in fact, there is no guarantee that it is, it's more a joke to ensure that users are aware of what they are about to do). Uncheck the box to avoid the warning in the future.

    Now to the search bar in the image #3 type: tab and search for it

    preference name:
    

    Browser.sessionstore.restore_pinned_tabs_on_demand

    or you can copy directly to the search bar.
    Then, follow the instructions in the photo n ° 3 .

    Just in case where if the photo appears, follow these steps:

    First: Right-click on the name of the preference that we sought.
    Then, click Toggle to change the value from false to true.
    Or, double-click it and it will change.
    Finally, restart Firefox, and you'll notice that they don't automatically load until you click on it.

    That's it, good luck to all. ;-)

    Note: the list of fonts preferences fat is the user changed, and the United Nations-fat is the default setting.

    Warning: change preferences can, in rare circumstances, break Firefox, Thunderbird or Mozilla Suite, or cause strange behavior. Only do if you know what you're doing or trustworthy tips.

    Additional INFORMATION:

    Subject: config is a feature of Mozilla applications which lists application settings (known as preferences) that are read from the profile files prefs.js and user.js and the default application. A lot of these preferences are not present in the preferences or Options dialog box. Using about: config is one of the many methods of changing the preferences and adding the other 'hidden '.

  • How to specify the custom application BB10 WebWorks category

    How to specify the custom in BB10 WebWorks app category. If tried, but it seems that this does not work for me. What shoul I do it.

    Hello.

    I think the element of config.xml standard tag would be the rim: category, as in the example of documentation:

    
    

    but it seems not be supported yet for BB10. You can ask a question to the github repo, I think that the BB10 Packer must be at the right place.

  • How can I edit files in contact PS psd or what software/app, I need for androiud tablet (newest Tablet)

    How can I edit files in contact PS psd or what software/app, I need for androiud tablet (Tablet latest) @samsung

    You can import PSD files into Photoshop Touch, but the PSD file will be flattened. (The original, of course, will remain intact; PS button just the copy when the import.) I guess that this was done by security measure integrated since PS touch has no support for masks or adjustment layers (not to mention that PS touch only has support for about 12 layers).

  • How to pass the legacy of a native Android app with minimal interruption

    It got to the point where I am recommending that my client switch their DPS app for Android native heritage. Can anyone offer an overview of the process of moving to an existing application? Most of the Adobe support documents are written for the start of a new application in native format. I need to give the customer an idea of how the transition will affect existing subscribers on the Android platform (i.e. will they need to download a new application, or if it will work as an update) and what we can do to keep the readers if they do not need to download an entirely new application.

    What complicates the situation, is that the likely customer want keep the legacy app so that we can to continue the offer on Amazon, because Kindle devices represent 60% of our non - iOS downloads.

    Thank you!

    To replace the legacy viewer existing, just use the same ID of beam used in the legacy application when you generate the native Android Viewer and then submit the application as a new version in the portal of the Google developers play. To locate the ID of group for the legacy Viewer, open the DPS App Builder desktop version and look at the list of applications. It may include a .air prefix, depending on when the application is built. If so, use the .air prefix when you specify the ID of group for the native Viewer, even if it is not an AIR application. The Bundle ID just needs to be the same. If you want two separate applications - that - I do not recommend using a different beam ID and submit it as a new application developers portal.

    The Amazon app is a different application that is unrelated to the game of Google app. You can continue to leave the application in the Amazon Appstore.

  • How to specify the instance in SQL * more command line?

    Hello

    I'm learning to Oracle. I currently have 2 instances of database running. I wanted to connect to one of the bodies and used the following command from the command line:
    sqlplus system as sysdba/abc123@ocp11gsid
    
    where 1234 is the password for the system user in the ocp11gsys instance.
    When I run the command above, SQL * more ask me the password. I do not understand why he asks me the password because I provided on the command line.

    What is the correct command line, so he asks me the password? (without defining the variable ORACLE_SID of environment - basically, I want to know how to specify the user, his password and sid, all in the sqlplus command line, without being prompted to enter the password that I mentioned.)

    Thank you for your help,

    John.

    John,

    This is how it works.

    E:\Documents and Settings\aristadba>sqlplus system/oracle as sysdba
    
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 2 22:49:25 2010
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL>
    

    And now it ask the password,

    E:\Documents and Settings\aristadba>sqlplus system as sysdba/oracle
    
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 2 22:50:42 2010
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    Enter password:
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL>
    

    Spot the difference?

    The user name and password must unite. What you are to provide the password with the role where it will not be considered.

    Update
    I missed that part,

    What is the correct command line, so he asks me the password? (without defining the variable ORACLE_SID of environment - basically, I want to know how to specify the user, his password and sid, all in the sqlplus command line, without being prompted to enter the password that I mentioned.)

    The only thing that you can specify is the user name and password. The SID must be defined by you, either explicitly using the export or oraenv command if you are on the local system and do not use the TNS to connect to the instance. If you use the TNS, then an appropriate entry should be there which would connect to the required database.

    HTH
    Aman...

    Published by: Aman... on August 2, 2010 22:54

Maybe you are looking for

  • Error code 1073807346 visa.

    I'm contacting a digital wattmeter of Yokogawa WT210.  My LabVIEW application test works very well initially, getting data from this instrument, but ONLY errors after exactly 4 loops.  My program contains two frames.  I connect the resource (GPIB::5)

  • x 220 IPS flickering screen

    Six months old x 220 began to act up. A clear vertical column appeared. Here is a picture I took during the typing of this post. Link to photo I also downloaded a bad clip on Youtube about this: http://youtu.be/ZDnOeO1vh8M I'll contact support Monday

  • HP officejet Pro 8600 +: Missing page in the «HP Print for Chrome» software orientation option

    I can print OK in the format default portrait of a model of Toshiba Chromebook CB30-B-104 for a HP Officejet Pro 8600 + using "HP Print for Chrome" (installed from the app store for Google Chrome), but I can't find an option anywhere to change the pa

  • My e-mails are blank with no message

    When you read the emails in Outlook Express that they show, which he and the object bar, but the rest of the email is empty. What's wrong?

  • How can I report a possible fraud attempt?

    I got a call from so-called Tech Dept for Windows operating system.  They said that 72.2% of my system was already damaged.  They wanted me to buy security software at the price of 1 year, 2 years or life.  I told them I want to come back with them.