A anaylor01 Well-Known Member Licensed User Longtime User May 25, 2017 #1 What is the code for the Manifest to require accelerometer? I think I have the right syntax to require that they have a phone. <uses-feature android:name="android.hardware.telephony" android:required="true"/>
What is the code for the Manifest to require accelerometer? I think I have the right syntax to require that they have a phone. <uses-feature android:name="android.hardware.telephony" android:required="true"/>
eps Expert Licensed User Longtime User May 25, 2017 #2 ? <uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" /> from here : https://stackoverflow.com/questions/3787269/uses-feature-accelerometer-in-the-manifest also here : https://developer.android.com/guide/topics/manifest/uses-feature-element.html#hw-features Upvote 0
? <uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" /> from here : https://stackoverflow.com/questions/3787269/uses-feature-accelerometer-in-the-manifest also here : https://developer.android.com/guide/topics/manifest/uses-feature-element.html#hw-features
A anaylor01 Well-Known Member Licensed User Longtime User May 25, 2017 #3 Thank you. I am looking for a tutorial on how to get your app to the App store. Upvote 0
eps Expert Licensed User Longtime User May 25, 2017 #4 ? JFDI! This? https://www.b4x.com/android/forum/threads/how-to-publish-an-app-on-play-store.54400/ Upvote 0
eps Expert Licensed User Longtime User May 25, 2017 #5 and now there's this as well.. https://www.b4x.com/android/forum/threads/b4x-booklets-basic-language-and-ide.79951/ Upvote 0
and now there's this as well.. https://www.b4x.com/android/forum/threads/b4x-booklets-basic-language-and-ide.79951/
A anaylor01 Well-Known Member Licensed User Longtime User May 25, 2017 #6 Thanks. What is JFDI? Upvote 0