Loading api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -283,6 +283,7 @@ package android { field public static final int config_helpIntentNameKey = 17039390; // 0x104001e field public static final int config_helpPackageNameKey = 17039387; // 0x104001b field public static final int config_helpPackageNameValue = 17039388; // 0x104001c field public static final int config_systemGallery = 17039402; // 0x104002a } public static final class R.style { Loading api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ package android { public static final class R.string { field public static final int config_defaultAssistant = 17039393; // 0x1040021 field public static final int config_defaultDialer = 17039395; // 0x1040023 field public static final int config_systemGallery = 17039402; // 0x104002a } } Loading core/res/res/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -1877,6 +1877,8 @@ <string name="config_defaultCallRedirection" translatable="false"></string> <!-- The name of the package that will hold the call screening role by default. --> <string name="config_defaultCallScreening" translatable="false"></string> <!-- The name of the package that will hold the system gallery role. --> <string name="config_systemGallery" translatable="false">com.android.gallery</string> <!-- Enable/disable default bluetooth profiles: HSP_AG, ObexObjectPush, Audio, NAP --> Loading core/res/res/values/public.xml +2 −0 Original line number Diff line number Diff line Loading @@ -3030,6 +3030,8 @@ <public name="config_defaultCallRedirection" /> <!-- @hide @SystemApi --> <public name="config_defaultCallScreening" /> <!-- @hide @SystemApi @TestApi --> <public name="config_systemGallery" /> </public-group> <public-group type="bool" first-id="0x01110005"> Loading services/core/java/com/android/server/pm/permission/DefaultPermissionGrantPolicy.java +0 −6 Original line number Diff line number Diff line Loading @@ -592,12 +592,6 @@ public final class DefaultPermissionGrantPolicy { getDefaultSystemHandlerActivityPackageForCategory(Intent.CATEGORY_APP_MAPS, userId), userId, ALWAYS_LOCATION_PERMISSIONS); // Gallery grantPermissionsToSystemPackage( getDefaultSystemHandlerActivityPackageForCategory( Intent.CATEGORY_APP_GALLERY, userId), userId, STORAGE_PERMISSIONS); // Email grantPermissionsToSystemPackage( getDefaultSystemHandlerActivityPackageForCategory( Loading Loading
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -283,6 +283,7 @@ package android { field public static final int config_helpIntentNameKey = 17039390; // 0x104001e field public static final int config_helpPackageNameKey = 17039387; // 0x104001b field public static final int config_helpPackageNameValue = 17039388; // 0x104001c field public static final int config_systemGallery = 17039402; // 0x104002a } public static final class R.style { Loading
api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ package android { public static final class R.string { field public static final int config_defaultAssistant = 17039393; // 0x1040021 field public static final int config_defaultDialer = 17039395; // 0x1040023 field public static final int config_systemGallery = 17039402; // 0x104002a } } Loading
core/res/res/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -1877,6 +1877,8 @@ <string name="config_defaultCallRedirection" translatable="false"></string> <!-- The name of the package that will hold the call screening role by default. --> <string name="config_defaultCallScreening" translatable="false"></string> <!-- The name of the package that will hold the system gallery role. --> <string name="config_systemGallery" translatable="false">com.android.gallery</string> <!-- Enable/disable default bluetooth profiles: HSP_AG, ObexObjectPush, Audio, NAP --> Loading
core/res/res/values/public.xml +2 −0 Original line number Diff line number Diff line Loading @@ -3030,6 +3030,8 @@ <public name="config_defaultCallRedirection" /> <!-- @hide @SystemApi --> <public name="config_defaultCallScreening" /> <!-- @hide @SystemApi @TestApi --> <public name="config_systemGallery" /> </public-group> <public-group type="bool" first-id="0x01110005"> Loading
services/core/java/com/android/server/pm/permission/DefaultPermissionGrantPolicy.java +0 −6 Original line number Diff line number Diff line Loading @@ -592,12 +592,6 @@ public final class DefaultPermissionGrantPolicy { getDefaultSystemHandlerActivityPackageForCategory(Intent.CATEGORY_APP_MAPS, userId), userId, ALWAYS_LOCATION_PERMISSIONS); // Gallery grantPermissionsToSystemPackage( getDefaultSystemHandlerActivityPackageForCategory( Intent.CATEGORY_APP_GALLERY, userId), userId, STORAGE_PERMISSIONS); // Email grantPermissionsToSystemPackage( getDefaultSystemHandlerActivityPackageForCategory( Loading