document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <uses-permission android:name="android.permission.INTERNET"/>
  2.     <application
  3.            android:name=".MyApplication"
  4.            ...>
  5.             <activity...>
  6.  
  7.      <service
  8.      android:name="com.yashish.library.solvewithstack.services.StackAPIBackgroundService">
  9.      </service>
  10.     </application>
');