Merge "WallpaperManager: support custom default cropper." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
203b353018
@@ -767,7 +767,9 @@ public class WallpaperManager {
|
||||
}
|
||||
|
||||
// fallback crop activity
|
||||
cropAndSetWallpaperIntent.setPackage("com.android.wallpapercropper");
|
||||
final String cropperPackage = mContext.getString(
|
||||
com.android.internal.R.string.config_wallpaperCropperPackage);
|
||||
cropAndSetWallpaperIntent.setPackage(cropperPackage);
|
||||
List<ResolveInfo> cropAppList = packageManager.queryIntentActivities(
|
||||
cropAndSetWallpaperIntent, 0);
|
||||
if (cropAppList.size() > 0) {
|
||||
|
||||
@@ -2474,4 +2474,9 @@
|
||||
much in the way of user data.
|
||||
-->
|
||||
<bool name="config_strongAuthRequiredOnBoot">true</bool>
|
||||
|
||||
<!-- Wallpaper cropper package. Used as the default cropper if the active launcher doesn't
|
||||
handle wallpaper cropping.
|
||||
-->
|
||||
<string name="config_wallpaperCropperPackage" translatable="false">com.android.wallpapercropper</string>
|
||||
</resources>
|
||||
|
||||
@@ -2541,4 +2541,7 @@
|
||||
<java-symbol type="string" name="carrier_app_notification_title" />
|
||||
<java-symbol type="string" name="carrier_app_notification_text" />
|
||||
<java-symbol type="string" name="negative_duration" />
|
||||
|
||||
<!-- WallpaperManager config -->
|
||||
<java-symbol type="string" name="config_wallpaperCropperPackage" />
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user