Skip to content

Instantly share code, notes, and snippets.

@worstkiller
Last active September 3, 2017 11:21
Show Gist options
  • Save worstkiller/de500d27568859c14026706cf87803be to your computer and use it in GitHub Desktop.
Save worstkiller/de500d27568859c14026706cf87803be to your computer and use it in GitHub Desktop.
Passwordless authentication androidbuffer.com
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/frameLayoutContainer"
tools:context="com.android.buffer.smsauth.MainActivity">
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment