Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. debug {
  2. debuggable true
  3. packageNameSuffix ".debug"
  4. buildConfigField BOOLEAN, IS_DEV, TRUE
  5. }
  6.  
  7. Failure [INSTALL_FAILED_DUPLICATE_PERMISSION perm=com.app.name.permission.C2D_MESSAGE pkg=com.app.name]
  8.  
  9. <permission
  10. android:name="com.app.name.permission.C2D_MESSAGE"
  11. android:protectionLevel="signature"/>
  12.  
  13. <uses-permission android:name="com.app.name.permission.C2D_MESSAGE"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement