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

Commit 6ee4093d authored by Ajinkya Chalke's avatar Ajinkya Chalke
Browse files

Update package for app clips activity.

Bug: 272722097
Test: manually tested
Change-Id: I0bff708c2851be61eb58e09d3a0ae307f006a8ff
parent b736edc2
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -421,7 +421,7 @@
                 android:permission="com.android.systemui.permission.SELF"
                 android:permission="com.android.systemui.permission.SELF"
                 android:exported="false" />
                 android:exported="false" />


        <activity android:name=".screenshot.AppClipsTrampolineActivity"
        <activity android:name=".screenshot.appclips.AppClipsTrampolineActivity"
            android:theme="@style/AppClipsTrampolineActivity"
            android:theme="@style/AppClipsTrampolineActivity"
            android:label="@string/screenshot_preview_description"
            android:label="@string/screenshot_preview_description"
            android:permission="android.permission.LAUNCH_CAPTURE_CONTENT_ACTIVITY_FOR_NOTE"
            android:permission="android.permission.LAUNCH_CAPTURE_CONTENT_ACTIVITY_FOR_NOTE"
@@ -432,7 +432,7 @@
            </intent-filter>
            </intent-filter>
        </activity>
        </activity>


        <activity android:name=".screenshot.AppClipsActivity"
        <activity android:name=".screenshot.appclips.AppClipsActivity"
            android:theme="@style/AppClipsActivity"
            android:theme="@style/AppClipsActivity"
            android:process=":appclips.screenshot"
            android:process=":appclips.screenshot"
            android:label="@string/screenshot_preview_description"
            android:label="@string/screenshot_preview_description"
+1 −1
Original line number Original line Diff line number Diff line
@@ -453,7 +453,7 @@
         and finally letting user send the screenshot to the calling notes app. This activity
         and finally letting user send the screenshot to the calling notes app. This activity
         should not send the screenshot to the calling activity without user consent. -->
         should not send the screenshot to the calling activity without user consent. -->
    <string name="config_screenshotAppClipsActivityComponent" translatable="false"
    <string name="config_screenshotAppClipsActivityComponent" translatable="false"
            >com.android.systemui/com.android.systemui.screenshot.AppClipsActivity</string>
            >com.android.systemui/com.android.systemui.screenshot.appclips.AppClipsActivity</string>


    <!-- Remote copy default activity.  Must handle REMOTE_COPY_ACTION intents.
    <!-- Remote copy default activity.  Must handle REMOTE_COPY_ACTION intents.
     This name is in the ComponentName flattened format (package/class)  -->
     This name is in the ComponentName flattened format (package/class)  -->