How To Print Android Activity Display Using Cloud Print
I am trying to implement Google Cloud Print into an app, following the Integration Guide. I'm trying to keep it basic by just printing out google.com. When clicking the print butto
Solution 1:
Try to add the following to your application manifest
<uses-permission android:name="android.permission.INTERNET" />
Post a Comment for "How To Print Android Activity Display Using Cloud Print"