Random Messager for Android
• Just open the app and tap start group
• Enter the phone numbers of the people you want to decide
• Have your friends scan the code or type it in
• Once everybody is connected a message will be sent to one random person in the group
It's that simple!
----
thanks to google chart infographics for the qr code api
thanks to google material design icons for some of the graphic assets
thanks to /u/armourman1 for suggesting this in /r/AndroidApps
----
premissions detail
Used for conecting to the database to conect to other users
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.INTERNET
Used in case you use google voice to text
com.google.android.apps.googlevoice.permission.RECEIVE_SMS
com.google.android.apps.googlevoice.permission.SEND_SMS
android.permission.ACCOUNT_MANAGER
android.permission.GET_ACCOUNTS
android.permission.MANAGE_ACCOUNTS
android.permission.USE_CREDENTIALS
Used for the barcode scanner
android.permission.CAMERA
Used to send a text to the selected person
android.permission.RECEIVE_SMS
android.permission.SEND_SMS