Hello,
I just publish my app and it works only with 1933 phones and tablet.
My app work in my Galaxy tab II and for google play it's not possible
I must make a mistake with some autorize.
Could you help me to find witch one could be the problem
Fonctionnalités 5 fonctionnalités ▴
android.hardware.CAMERA
android.hardware.camera.AUTOFOCUS
android.hardware.screen.LANDSCAPE
android.hardware.screen.PORTRAIT
android.hardware.TOUCHSCREEN
Autorisations requises 11 autorisations ▴
android.hardware.CAMERA
android.hardware.camera.AUTOFOCUS
android.permission.CAMERA
android.permission.FLASHLIGHT
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.READ_PHONE_STATE
android.permission.VIBRATE
android.permission.WRITE_EXTERNAL_STORAGE
com.android.vending.BILLING
com.android.vending.CHECK_LICENSE
and my manifest
i think it's android.permission.VIBRATE but i don't kwow why it say i need this ?
I just publish my app and it works only with 1933 phones and tablet.
My app work in my Galaxy tab II and for google play it's not possible
I must make a mistake with some autorize.
Could you help me to find witch one could be the problem
Fonctionnalités 5 fonctionnalités ▴
android.hardware.CAMERA
android.hardware.camera.AUTOFOCUS
android.hardware.screen.LANDSCAPE
android.hardware.screen.PORTRAIT
android.hardware.TOUCHSCREEN
Autorisations requises 11 autorisations ▴
android.hardware.CAMERA
android.hardware.camera.AUTOFOCUS
android.permission.CAMERA
android.permission.FLASHLIGHT
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.READ_PHONE_STATE
android.permission.VIBRATE
android.permission.WRITE_EXTERNAL_STORAGE
com.android.vending.BILLING
com.android.vending.CHECK_LICENSE
and my manifest
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="4"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
AddApplicationText(<activity android:name="ice.zxing.CaptureActivity"
android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:windowSoftInputMode="stateAlwaysHidden">
</activity>)
'End of default text.
SetActivityAttribute(popup, android:theme, @android:style/Theme.Translucent.NoTitleBar)
'InAppBilling declarations - Start
AddReceiverText(InProsgApp1Billing, <intent-filter>
<action android:name="com.android.vending.billing.IN_APP_NOTIFY" />
<action android:name="com.android.vending.billing.RESPONSE_CODE" />
<action android:name="com.android.vending.billing.PURCHASE_STATE_CHANGED" />
</intent-filter>)
i think it's android.permission.VIBRATE but i don't kwow why it say i need this ?