Guest User

Untitled

a guest
Dec 14th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <meta-data
  2. android:name="com.facebook.sdk.ApplicationId"
  3. android:value="@string/facebook_app_id" />
  4.  
  5. <provider
  6. android:name="com.facebook.FacebookContentProvider"
  7. android:authorities="com.facebook.app.FacebookContentProvider"
  8. android:exported="true" />
  9.  
  10. <activity android:name="com.facebook.FacebookActivity"
  11. android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
  12. android:theme="@android:style/Theme.Translucent.NoTitleBar"
  13. android:label="@string/app_name" />
Add Comment
Please, Sign In to add comment