Add image picker functionality

Not compledely finished at this point, but will be
This commit is contained in:
Finn M Glas 2020-05-23 10:31:17 +02:00
parent 8a6dd32360
commit e24b51f3bf
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
5 changed files with 102 additions and 25 deletions

View file

@ -4,6 +4,7 @@
package="com.finnmglas.launcher">
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
android:allowBackup="true"