Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GooglePlayストアでアプリを公開しました。アプリはすべてのAndroidデバイスで利用できます。最近、Samsung Galaxy Camera(JellyBean 4.1.1)のGooglePlayストアにアプリが表示されないことを発見しました。
アプリをSamsungGalaxyCameraに表示するには、特別な許可を設定する必要がありますか?
ありがとう!
あなたが持っていることを確認してください:
<uses-feature android:name="android.hardware.telephony" android:required="false">
カメラには電話/SMSを発信する機能がないため。
うまくいけば、それで解決するでしょう(もちろん、テレフォニー機能を使用している場合は、PackageManagerを介してそれらを無効にしてください)。