• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

updating the android manifest

New Here ,
May 18, 2012 May 18, 2012

Copy link to clipboard

Copied

We are using FB for all our apps uploaded to Google PLay - but then some people complain and ask "why isn't my device or tablet excluded and not compatible with your app?"... We want our app to be compatible for as many devices as possible.

Is there something wrong in our manifest? Is there something missing that we could add? where can we find more info about manifests?

Thank YOU!

        <manifestAdditions><![CDATA[

                              <manifest android:installLocation="auto">

                                  <!--See the Adobe AIR documentation for more information about setting Google Android permissions-->

                                  <!--Removing the permission android.permission.INTERNET will have the side effect                    of preventing you from debugging your application on your device-->

                                  <uses-permission android:name="android.permission.INTERNET"/>

                                  <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

                                  <uses-permission android:name="android.permission.READ_PHONE_STATE"/>

                                  <!--<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>-->

                                  <!--The DISABLE_KEYGUARD and WAKE_LOCK permissions should be toggled together                    in order to access AIR's SystemIdleMode APIs-->

                                  <!--<uses-permission android:name="android.permission.DISABLE_KEYGUARD"/>-->

                                  <uses-permission android:name="android.permission.WAKE_LOCK"/>

                                  <!--<uses-permission android:name="android.permission.CAMERA"/>-->

                                  <!--<uses-permission android:name="android.permission.RECORD_AUDIO"/>-->

                                  <!--The ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE permissions should be toggled                    together in order to use AIR's NetworkInfo APIs-->

                                  <!--<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>-->

                                  <!--<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>-->

                              </manifest>

 

                    ]]></manifestAdditions>

Views

1.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 21, 2012 May 21, 2012

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines