g4ur4v

Untitled

Jul 13th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.91 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3.    package="com.edstudio.edapp">
  4.  
  5.     <uses-permission android:name="android.permission.INTERNET" />
  6.  
  7.     <application
  8.  
  9.        android:allowBackup="true"
  10.        android:icon="@mipmap/ic_launcher"
  11.        android:roundIcon="@mipmap/ic_launcher"
  12.        android:label="@string/app_name"
  13.        android:theme="@style/AppTheme">
  14.         <meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id"/>
  15.         <activity
  16.            android:name=".MainActivity"
  17.            android:label="@string/app_name">
  18.             <intent-filter>
  19.                 <action android:name="android.intent.action.MAIN" />
  20.                 <category android:name="android.intent.category.LAUNCHER" />
  21.             </intent-filter>
  22.         </activity>
  23.     </application>
  24.  
  25. </manifest>
Add Comment
Please, Sign In to add comment