Reputation: 338
I want to make a android app that have background is blurred-HomeScreen.
Like a iOS do usually.
So I make app that
App launching with transparent Activity.
Process blurred image of step 2.
But, at Step 2, my app just captured transparent image.
There is no way to capture HomeScreen without rooting?
Upvotes: 0
Views: 634
Reputation: 2018
Maybe take a look at this : http://developer.android.com/reference/android/app/WallpaperManager.html
WallpaperManager.getDrawable();
Upvotes: 1