How to restrict app to Phones only

I'd like my app to be available only to phones as I'd like to build a different version for tablets. I didn't find any setting in the app xml put such a restriction.
Is this something that can be done through the app.xml file or is it something I should do in the Android market? The only thing I see on the Android Market is a Devices option but there are thousands of devices in that list and I have no idea about some of those devices to make a decision on whether to allow it on that device or not.

In the App Descriptor XML file use the following code to restrict to support screens:
<supports-screens
          android:smallScreens="true"
          android:normalScreens="true"
          android:largeScreens="false"
          android:xlargeScreens="false" />
You may want to read this as well to clarify on which screen sizes are what:
http://developer.android.com/guide/topics/manifest/supports-screens-element.html
For instance, I locked my app to tablets only by
<supports-screens
          android:smallScreens="false"
          android:normalScreens="false"
          android:largeScreens="false"
          android:xlargeScreens="true" />
In iOS devices you use:
<key>UIDeviceFamily</key>
                <array>
                    <string>2</string>
                </array>
Where the string is the value of the device type (2 being iPad only in this case)

Similar Messages

  • Low On Space - How to Move Apps from phone to SD Card

    Yes, I have a Pantech Breakout and I'm having a little problem with it, It shows under my Storage settings with Total Space stating 7.50GB, Available space 7.16GB and Internal space 42.19MB. Now when I go to my Storage settings under Application settings where All is highlighted is shows on bottom of phone Internal Storage 297MB used and 49MB free, when I select On SD Card it shows on bottom of phone 3.55MB used and 7.2GB free. My problem is this I recently downloaded an app right and after I downloaded the app I received a Message telling me this: Low on Space...Phone Storage is getting low please move applications from phone to SD card to secure enough space. Ok, I just don't know how to move applications from phone to SD card.
    Thanks in advance :-)

    Clear the cache. Menu > settings > Applications > manage applications > all tab > menu button > sort by size
    Go through each application one by one and press the "clear cache" button.
    Uninstall any application you don't need on the phone.  Sorry the pre-installed applications can't be removed.
    If an application has an option "move to SD card" you can press it to move the app to the SD card.  Be aware that any application with a widget stored on the SD card will not be able to use the widget.
    I would also check the size of your email application and if large, deleted any old emails from the trash.  An easy way is to remove the email account, reboot the phone and then add the account back onto the phone.
    Text messages are another storage hog.  I would suggest getting a SMS backup or full text message (SMS & MMS) backup application to backup your messages.  Then you can safely delete your messages and clear up some space.

  • In multiple web cam publisher environment for a room how to restrict subscriber to see only admin

    I am creating a video chat application, where admin can publish his video and all the subscribers to this admin room can see admin video feed. In this application Member list sections will display list of all user s including admin connected to this room. This member list panel is displaying images of respective user against each user’s name.
    Till now this application is working fine but I am trying to add following functionality in this application
    In member list section, in place of connected user‘s image I want to display each user‘s video feed. To achieve this functionality I am giving start video functionally [via a button click] for each subscriber which in return calling a web cam publisher component to publish the subscriber video feed. This is also working fine, but now problem is all the subscriber can see others subscriber video feed along with admin video feed. I want to restrict subscriber to see only admin video feed..
    Please provide me some suggestion / solution to resolve this issue.
    Note : I have created two video chat applications one for admin another for subscribers both are connecting to same room[admin room]
    Thanks ,
    Ritesh

    Hi Ritesh,
    Use two different WebcamSubscribers. One Subscriber would just subscribe to the Admin's Video feed, while the other subscriber would subscribe to all the user's: video feeds.
    Try exploring the publisherIDs API in WebcamSubscriber.
    Thanks
    Arun

  • FB02 how to restrict to certain fields only during editing

    hi!
    Would like to know how to restrict fields e.g. Baseline Date when using FB02.
    Thanks

    Hello,
    Your Base line date is controlled from settings in payments methods. (This payment methods must have been assigned to your vendor or customer)
    You have four options:
    Posting Date
    Document Date
    System Date
    No default
    In first three cases, the system proposes the date, however, the user will have the option to overwrite them.
    In the fourth case, the system forces the user to enter a valid base line date.
    "Base line date is nothing but a date from which the due date stars get calculating"
    If you want to restrict the base line date, write a validation in GGB0 and assign the same in OB28 for your company code.
    Regards,
    Ravi

  • How to sync apps from phone to comp

    I just down loaded the remote app works great. then my display blew out on my phone. I think a drop of sweat went into the ear speaker nice HUH!! It's going in tomorrow for repair. I don't want to loose the settings for remote and other apps that are not yet in I tunes in the comp yet. Need a little help before I bring it in for repair or replace. Everything works on the phone except the display. It rings when called and I was able to sync contacts with merge. When I try to sync apps, tunes tells me everything will be replaced on the phone with whats in tunes. Not good!!

    Choose Transfer Purchases from the File menu in iTunes.
    (52261)

  • How to restrict metadata to use only view values

    I have a metadata which takes values from view, i want to restrict it's value to use only view values( as it is editable , user can type any value , and right now it is allowing any value but i want to restict it to use only view values.
    Thanks.

    Hi Chely,
       Try doing below steps and let us know if this solves the problem
    Log in to WCC
    Click on Administartion --> Admin applets --> configruation manager
    Choose the metadata value for which you have problem
    Click on Edit
    Click on Configure button next to Enable Option List
    What value do you see in Option List Type?
    Change it to Select List validated and see if problem persists.
    regards,
    Deepak

  • How to Restrict Apps to use Mobile Data in Nokia X...

    Hi Friends,
    Can any one shared me some information about Data Usage in Nokia X as i want to save Mobile data. Is there any option to restrict other applications to use mobile data. (for example, i am using WhatsApp and Facebook in my mobile but most of the data is used by Facebook so i want so rescrict facebook to not using mobile data and want Whatsapp to use).
    Please Suggest me on this.
    Thanks,
    DVHC

    What you can do is..
    Go to settings>>Data Counter>>
    Now select facebook...And scroll down..
    Just Check the box...Restrict Background Data..
    And its done..
    Do it for all app which you dont Use...and save more data..

  • How to restrict URL to open only from Forms and not from Browser

    Hi,
    Our application built in Oracle Forms 10g, calls a URL.
    The URL is essentially a path on the application server where files are stored. Users can access this to download files from the server.
    However the URL can also be opened independently from the browser.
    Is there any way, such that the URL can only be opened through the application, and it should be denied when it is opened through the browser.
    More details :
    Server : itabc123
    Location on server : /home/rpdabc/interface/outward/
    Alias created in httpd.conf : /rpdabc-dir/ "/home/rpdabc/interface/outward/"
    <Directory "/home/rpdabc/interface/outward/">
    Options Indexes Multiviews
    </Directory>
    from application : web.show_document('http://itabc123:7778/rpdbabc-dir');
    Kindly advise,
    Thanking you,
    Rocky

    Actually, there are several options including the one already offered above. Here are a few more:
    1. If you are using 10.1.2.3 and a newer JRE on the client (e.g. 1.6.0_10 or newer), you could use java script to open the report. This will not be a perfect solution because it may not work if using a non-IE browser or if java scripting is disabled. Refer to MyOracleSupport Article 265863.1 for more information.
    EXAMPLE:
    WEB.SHOW_DOCUMENT ('javascript:void(window.open("http://www.oracle.com","","location=no,toolbar=no,menubar=no,"));self.close()','_blank');Replace the url in the above example with the call to your report.
    2. Set the age of the cache to a very short value so that it is only available long enough to be viewed by the user who created it. In other words, when setting the reports properties in your Forms code, include the Reports "others" parameter with TOLERANCE=1
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'TOLERANCE=1');This will cause the cache (on the server) to live for only one minute then be deleted. Refer to the Report Deployment Guide for more information.
    3. Upgrade to Fusion Middleware (Forms/Reports) 11. In version 11, the Reports jobid can be randomized. See section 18.8.2 of the Reports 11 Deployment Guide
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/b32121/toc.htm

  • How to restrict the quantity in bex  query?

    Hi all,
    i have created a query using infosets and it looks like this :
    material   cost      tax amount units
    madhb    21,693   1,443.42   99 each.
    I want to restrict the query in such a way only one unit value need to be displayed.
    How to restrict it by showing only single unit.
    The expected result should be like this??
    material cost  tax amount units
    madhb    293   144        1 ea
    Can anyone let me know how to restict the quanity so the query will display the results only for one unit.
    thanxs
    haritha

    Hi Pradiba santosh,
    I have created a conditions and restricted the key figured.
    zunit equal 1.
    and i have saved and executed the query. But still it displayed for all the units. And it didnt display the query for one unit. Why is that so?
    can you let me know what went wrong on it?
    thanxs
    haritha

  • Having trouble syncing all of my apps from my computer to my 3Gs iphone. Computer says that I have 13 pages of apps, phone only has 11. How can I sync the other pages to my phone?

    Having trouble sycning apps to phone.

    Your apps are probably on the iphone.  Have you done a search?
    There are only11 pages available to show apps.  The apps are on there, they just cannot just be displayed on the page, unless you put them in folders.

  • Hating the temperature feature. I believe I left my phone on top of my car on a 30' degree day.  It got taken or is lost somewhere and shut itself down like its suppose to. But now the "find my iPhone" app is useless!!How do I get my phone turned back on?

    I need to find out a way to turn my phone on.  Is there anyway the apple or my service provider can help me with this? What is the point of the app if it only works when the phone is on? Then it is only usefull within those first couple of days. Please help.

    " Is there anyway the apple or my service provider can help me with this? "
    No.
    "What is the point of the app if it only works when the phone is on? "
    The pont is to assist with locating a lost iphone.
    "Then it is only usefull within those first couple of days."
    Correct.  How would any device be tracked if it had no power?
    Very sorry for your situation, but there is nothing to do.
    Report it to the police and change your passwords.

  • In the new mac app store how do you limit displayed applications only to os x applications.

    In the new mac app store how do you limit displayed applications only to os x applications. I do not have Iphone or ipad so all the phone junk is annoying and one cannot find the relevant software.

    The Mac App Store only has apps for Mac OS X. There are no iOS apps.
    The iOS apps for iPhones, iPods and iPads, are in the iTunes App Store.

  • HT5824 i lost my phone and it is switched off now...how can i find my phone with find my iphone app active thru icloud?? pls help me.

    i lost my phone and it is switched off now...how can i find my phone with find my iphone app active thru icloud?? pls help me.

    Welcome to the Apple Community.
    You can only locate your device when it is logged into iCloud and 'Find My Phone' is enabled, additionally the device will need to be switched on and connected to a wifi or cellular network.
    Unfortunately, you cannot activate iCloud or 'Find My Phone' remotely.

  • Deploy Universal app as Phone app only

    I am developing an Universal app capable of running on both Windows Phone and Windows. But initially I want it to be available to phones
    only because I have not made the Windows part of it. So how can I limit the target devices of this Universal app without creating a new app and without removing the Windows Code from it. I want it to be available to phone devices only for download. Can anybody
    give a solution?

    Right click on the Phone Project -> Create App Package.  It will upload only to the Phone Store.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • My laptop had a virus and I am trying to sync my IPHONE 4 to my desktop, how can I sync my phone without losing all my music, apps and contacts?

    my laptop had a virus and I am trying to sync my IPHONE 4 to my desktop, how can I sync my phone without losing all my music, apps and contacts?

    You are talking about the menu bar of Itunes, right?
    Yes. With iTunes open the menu bar is at the top of your screen.
    where exactly is the Store/synck you iphone option?
    After you authorize the computer connect your iPhone then follow the instructions here > iOS: How to transfer or sync content to your computer
    When you are done transferring the data to the desktop, right or control click the iPhone under Devices left side of the iTunes window then click Back Up.
    That way you will have a backup just in case you need to restore your iPhone.

Maybe you are looking for

  • I cant open itunes on Windows 7, it says its on a "locked disk" or I do not have write privaliges HELP!!!

    I downloaded itunes this morning and when I try to open it, the user agreement pops up and when I hit "agree" I get an error message saying it's on a locked disk or I dont have write privaliges. I have tried 1. running as an administartor 2 changing

  • An x, y, w patch for dmenu

    This patch provide the necessary options to achieve a precise placement of the dmenu window. It also added an option to hide the matching items when the search string is empty. diff -u dmenu-4.4/dmenu.1 dmenu/dmenu.1 --- dmenu-4.4/dmenu.1 2011-07-19

  • "Do Not Disconnect Screen" is monochrome

    I thought it was supposed to be Colored and the SYmbol is red but now its Black and White, and when i turn it on for like a fraction of a second it has the folder with an exclamation point and says www.apple.com/support/ipod

  • Enhancement for T-Code PHAP_CREATE_PA

    Hi, I am using T-Code PHAP_CREATE_PA to create an appraisal document. Is there any way to give message so that whenever i exit the t-code i can warn the user about the status of the appraisal document.

  • ORA-20100: Error occurred while processing: Function 'test' not found.

    this program follow: declare p xmlparser.Parser; xmlbuf varchar2(512); xmlpat varchar2(512); xmldoc xmldom.DOMDocument; xmldocnode xmldom.domnode; n xmldom.domnode; begin xmlbuf:='<emps><emp>odp</emp></emps>'; xmlpat := 'emps/emp/test()'; p:=xmlparse