Commit 06c2ec6d by Kim Jinsung

NFC機能が搭載されてない端末の場合、GooglePlayに表示されない(インストール不可)問題対応

parent 1679cb68
...@@ -35,9 +35,6 @@ ...@@ -35,9 +35,6 @@
<!-- BLE --> <!-- BLE -->
<uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/> <uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/>
<!-- NFC -->
<uses-feature android:name="android.hardware.nfc" android:required="true"/>
<permission <permission
android:name="${applicationId}.permission.C2D_MESSAGE" android:name="${applicationId}.permission.C2D_MESSAGE"
android:protectionLevel="signature" /> android:protectionLevel="signature" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment