How do I specify supported languages for an Android app?

I have uploaded my APK created with AIR to the Android Developers console and it looks like the list of supported languages is the default one (15 languages), see image:
http://imgur.com/67MxVKI
My app actually only supports 9 languages, how can I specify only the 9 languages that my app supports?ffi
Are there any specific tags I need to add in the Android manifest additions in the application descriptor?
Any pointer in the right direction will be appreciated, thanks.

Starting with AIR 3.8 Adobe added the supportedLanguages tag for the app xml descriptor that would filter the default all languages:
<!-- Languages supported by application. Only these languages can be specified -->
<!--<supportedLanguages>en de cs es fr it ja ko nl pl pt ru sv tr zh</supportedLanguages>-->
<supportedLanguages>en</supportedLanguages>
This definitely works on iOS by filtering the localizations that get bundled into the .ipa so Apple doesn't automatically list all languages Adobe localizes in the captive runtime. I would expect this to have a similar effect on Android if you don't already have this explicitly added in your application descriptor.

Similar Messages

  • Dreamweaver and PhoneGap: How to Edit the Application Manifest for an Android app

    I successfully created an Android app using dreamweaver cs6 and the PhoneGap build service.  I submitted the app and it is live in Google Play.  The only problem is that the app is requiring all kinds of permissions from users that are not necessary for the app.  The app requires Internet access, but it does not require access to the camera or the user's contacts, etc.  I understand that this information is held in the Application Manifest file, but I don't know where that file is.
    Can you help me figure out how to edit the Application Manifest file for my android app?
    Thanks,
    Michael

    To edit permissions, you do so in the config.xml file. After making changes, you can directly upload on build.phonegap.com or from within Dreamweaver.
    See this page for info on customizing config.xml: https://build.phonegap.com/docs/config-xml#features

  • How do I specify different emails for a form to send to based on different selections?

    How do I specify different emails for a form to send to based on different selections?
    Creating a form that can be sent to an email address is simple enoug but my problem I can't figure out.  There is a drop down menu on the form and based on what the user selects the form will be sent to 1 of 3 groups of email addresses.  How can I specify which group of email addresses belong to a particular dropdown menu selection?

    You can populate the drop down with a dataprovider that has the dropdown field and the emailgroup field.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Script>
        <![CDATA[
          import mx.events.FlexEvent;
          import mx.collections.ArrayCollection;
          [Bindable] private var dataAC:ArrayCollection = new ArrayCollection([
            {label: "one", email: "[email protected]"},
            {label: "two", email: "[email protected]"},
            {label: "three", email: "[email protected]"},
          private function changeFunc(evt:FlexEvent):void{
            txt.text = evt.currentTarget.selectedItem.email;
        ]]>
      </mx:Script>
      <mx:ComboBox id="cmbx" dataProvider="{dataAC}" valueCommit="changeFunc(event)"
        labelField="label" creationComplete="cmbx.selectedIndex=0"/>
      <mx:Text id="txt"/>
    </mx:Application>
    If this post answers your question or helps, please mark it as such.
    Greg Lafrance - Flex 2 and 3 ACE certified
    www.ChikaraDev.com
    Flex / AIR Development, Training, and Support Services

  • How can we specify the Mailbox for Notes?

    In Mail.app, how can we specify the Mailbox for Notes (where the new notes will be resided)? It is now 'On My Mac'. I wish to change to my IMAP Mailbox so it sync with my iPhone by just checking email (not by syncing on iTunes).
    Thanks in advance.
    Message was edited by: Ekapon

    You could use the DecimalFormat or NumberFormat to do the job.
    double number 1234.567;
    DecimalForamt df = new DecimalFormat("###.##");
    String s = df.format(number);or
    double number 1234.567;
    NumberFormat nf = NumberFormat.getNumberInstance();
    nf.setMaximumFractionDigits(2);
    /* if needed.
       nf.setMaximumIntegerDigits(value);
       nf.setMinimumFractionDigits(value);
       nf.setMinimumIntegerDigits(value); */
    String s = nf.format(number);I didn't test the codes but they should work. For more information, please consult the documentations.

  • How to maintained the Text  language for CKF keyfigure

    Dear All,
    Please let me know how to maintained the text language for CKF I am using only keyfigures in CKF.
    Issue is text is not showing in Spain language when user exeuted the report (longin Spain) for CKF keyfigures .
    As per report design there are formuals and direct keyfigures and CKF has defined and we keep it under in Row struture in the report.
    After exeuted the report (Login Spain)Text has converted in all languages along with spain except for CKF keyfigures.
    Issue in text CKF's:
    There is a main  CKF (Cost) under this again we defined two sub CKF's those are total cost and average cost. We able to see the text in Spain language for Main CKF(cost) and also cheked in RSZELTTXT(Texts of reporting component elements) for the same.
    We can able to see the text in all languages for main CKF(cost) and enteries are there in RSZELTTXT table.
    We can see only  the text in english for  total cost and average cost and also enteris are there only in EN in RSZELTTXT table.
    It would help to me if any one can answer my question.
    Thanks in advance .
    Regards,
    MQ

    U can fetch the texts for the items using
    Read_text.
    Example:
        g_f_tdname = xvttp-vbeln.
        g_f_obj = p_obj.
        g_f_langu = 'DE'.
        REFRESH g_t_lines.
        CLEAR g_t_lines.
        CALL FUNCTION 'READ_TEXT'
             EXPORTING
                  id                      = p_var
                  language                = g_f_langu
                  name                    = g_f_tdname
                  object                  = g_f_obj
             TABLES
                  lines                   = g_t_lines
             EXCEPTIONS
                  id                      = 1
                  language                = 2
                  name                    = 3
                  not_found               = 4
                  object                  = 5
                  reference_check         = 6
                  wrong_access_to_archive = 7
                  OTHERS                  = 8.
        IF sy-subrc <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    The Required fields are,
    Text-id ,language,name,object.
    Let me know if you further require help.
    Regards

  • I have installed Itunes on my laptop. However, the apple store opens in German language. I need it in English. How can i change the language for istore through the itunes?

    I have installed Itunes on my laptop. However, the apple store opens in German language. I need it in English. How can i change the language for istore through the itunes?

    Go to the bottom of the page, click the flag, then select your country.

  • How can I change the language for the Quiz Results page?

    How can I change the language for the Quiz Results (labels on buttons and text labels)? Is this possible only manually each time, or are general settings possible?

    For Quiz Slides you've already added to your project file you will need to change the labels manually.  If you change your Quiz Settings and Master Slides that control the defaults and then add new Quiz Slides, THEN those slides will carry your new settings.

  • How do I redeem itunes credit for an IPad app purchase?

    How do I redeem itunes credit for an IPad app purchase?

    Here's a page with step by step instructions: http://support.apple.com/kb/ht1574#iOSdev
    Hope this answers your question!
    ~Joe

  • How can I get a refund for an unwanted app that I just purchased?

    How can I get a refund for an unwanted app that I just purchased?

    Click here and ask the iTunes Store staff for a refund. Consider whether or not you want to do this now carefully first; if they grant one, you'll need a very good reason to get another from them.
    (111524)

  • How can I get a refund for an in app purchase I did not want?

    How can I get a refund for an in app purchase I did not want?
    The app took over $35 from my account and there is no way this was authorized.  Please advise on how I can recover these funds.

    They did the same thing to me on 12/24/11. Apple overcharged me 3 times my purchase amount and have caused my bank account to be overdrawn!
    I called my bank to make a statement of unauthorized charges AND filed a complaint with the FTC (Federal Trade Commission). Apple provided no way to contact a live rep and the email reps have been useless...so they left me no other option.
    I think they do this to their customers very often. It is extremely dishonest.
    I actually posted the above info on this discussion community earlier today...and Apple deleted it! If that isn't an admission of guilt, I don't know what is.
    But seriously...best of luck.

  • How can i find Czech books for the ibook app?

    i would like to download books in Czech languge.
    some one know how can i find Czech books for the ibook app?

    Google Czech ebooks.
    You'll need to make sure the format will work with iBooks or one of the reader apps when you download.
    Start with the free books and go on from there.

  • How come when I go check for my purchased apps on my iPod touch 4g ios 6.1 it loads long then it crashes. Can this be fixed ?

    How come when I go check for my purchased apps on my iPod touch 4g ios 6.1 it loads long then it crashes. Can this be fixed ?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.alredy suggested
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar

  • HT4009 How do I get a refund for an In-App purchase that I didn't receive?

    Does anyone know how do I get a refund for an In-App purchase that I didn't receive?

    If the In-App is iGestA please contact me with email. I will give you a free code. The email is evaible on itunes store

  • Z10 - No Data Network Connection for Several Android Apps

    Hi,
    I'm using freshly installed 10.2.1.2102 software on a BlackBerry Z10 (STL100-3).
    Everything runs smoothly except for several Android Apps dwnloaded from Snap or Onemobile.  They work perfectly fine over WiFi but not at all over Data.  Does anyone know why or if there is a solution? It's pretty frustrating.
    Examples include, NetFlix, MyFitnesspal, Amazon Price Check Urbanspoon, etc.
    Thanks for any replies.

    you can hard restart you device. and try again
    Ades Ganteng

  • How to add in new language for Messenger Express

    Guys, i need help on adding in new language for Messenger Express. My customer is asking for "Malay" language which is not come with default language pack. The information from Customization PDF is too little for me, wondering is there any template just like i18n.properties in UWC.
    Version : Sun Java(tm) System Messaging Server 6.2-3.04

    Hi,
    Guys, i need help on adding in new language for
    Messenger Express. My customer is asking for "Malay"
    language which is not come with default language
    pack. The information from Customization PDF is too
    little for me, wondering is there any template just
    like i18n.properties in UWC.There was an RFE (request for enhancement) to do just this implemented in the very latest hotfix (not out quite yet):
    6455821 - Admin should be able to add new language support for MS other than predefined languages/locales
    Suggest you log a Sun support case to get a copy of the MS6.2 patch which contains this RFE (scheduled to be in 125813-01) - and instructions on how to implement the new language.
    Regards,
    Shane.

Maybe you are looking for