Skip to content

Instantly share code, notes, and snippets.

View Kapilhk's full-sized avatar
🥇
Focusing

Kapil Kukreja Kapilhk

🥇
Focusing
  • Microsoft
View GitHub Profile
@Kapilhk
Kapilhk / main_AndroidManifest.xml
Last active September 15, 2019 07:45
Chat App -Firebase
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.harsh.freechat">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
android:name=".FreeChat"
android:allowBackup="true"