mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add option to set image as wallpaper (#1535)
* Add option to set image as wallpaper * Added java docs * Toast message on setting the wallpaper successfully
This commit is contained in:
parent
2bd3c318f9
commit
bcbf0db1ff
5 changed files with 101 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
<uses-permission android:name="android.permission.MANAGE_DOCUMENTS" />
|
||||
<uses-permission android:name="com.google.android.apps.photos.permission.GOOGLE_PHOTOS" />
|
||||
<uses-permission android:name="android.permission.READ_LOGS"/>
|
||||
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
|
||||
|
||||
<!-- Needed only if your app targets Android 5.0 (API level 21) or higher. -->
|
||||
<uses-feature android:name="android.hardware.location.gps" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue