Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4027030 authored by Ats Jenk's avatar Ats Jenk
Browse files

Flag activities for bubbles shortcut

Put activities behind a flag in the manifest.

Bug: 340337839
Flag: com.android.wm.shell.enable_retrievable_bubbles
Test: m droid
Change-Id: I8256e9daac8d0071173e44d52de499e2acd70211
parent 8f6695be
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -239,6 +239,9 @@ android_library {
        "wmshell.protolog.json.gz",
        "wmshell.protolog.pb",
    ],
    flags_packages: [
        "com_android_wm_shell_flags",
    ],
    kotlincflags: ["-Xjvm-default=all"],
    manifest: "AndroidManifest.xml",
    plugins: ["dagger2-compiler"],
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@

        <activity
            android:name=".bubbles.shortcut.CreateBubbleShortcutActivity"
            android:featureFlag="com.android.wm.shell.enable_retrievable_bubbles"
            android:exported="true"
            android:excludeFromRecents="true"
            android:theme="@android:style/Theme.NoDisplay"
@@ -47,6 +48,7 @@

        <activity
            android:name=".bubbles.shortcut.ShowBubblesActivity"
            android:featureFlag="com.android.wm.shell.enable_retrievable_bubbles"
            android:exported="true"
            android:excludeFromRecents="true"
            android:theme="@android:style/Theme.NoDisplay" >