blob: 80f1cde45aa0287fdf625ec7ca92936ee4514a3b [file] [log] [blame]
Fairphone ODMfd747322023-12-15 17:27:50 +08001// Signature format: 2.0
2package android.app.role {
3
4 public class RoleFrameworkInitializer {
5 method public static void registerServiceWrappers();
6 }
7
8 public final class RoleManager {
9 method @Nullable public String getBrowserRoleHolder(int);
10 method @Nullable public String getSmsRoleHolder(int);
11 method @Nullable @RequiresPermission(android.Manifest.permission.SET_PREFERRED_APPLICATIONS) public boolean setBrowserRoleHolder(@Nullable String, int);
12 }
13
14}
15
16package android.safetycenter {
17
18 public final class SafetyCenterFrameworkInitializer {
19 method public static void registerServiceWrappers();
20 }
21
22}
23