Nimish Saxena

Nimish Saxena

  • 1.1k
  • 589
  • 79.3k

how can we run my android app on crome book..

Jul 15 2018 11:19 AM
how can we run my android app on  crome book.....crome easily install whatts app but not install my app ...i was change in Andorid.manifiest file ...changes are follows...
 
<uses-feature android:name="android.hardware.faketouch" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-feature android:name="android.permission.HARDWARE.TYPE.PC" android:required="false" />
<uses-feature android:name="android.hardware.telephony" android:required="false"/>
  but these feature not updated when we check my app on beta release in google play console developer....please suggest the solution....
 
 

Answers (1)