Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <application
  2. android:allowBackup="true"
  3. android:icon="@mipmap/ic_launcher"
  4. android:label="@string/app_name"
  5. android:supportsRtl="true"
  6. android:theme="@style/AppTheme">
  7.  
  8. <!-- URL festlegen für den Photostream Server -->
  9. <meta-data
  10. android:name="PHOTOSTREAM_URL"
  11. android:value="http://141.100.70.65" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement