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

Commit c3d7e24d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set a good example - don't export ExamplePlugin"

parents b6b8c731 8cf4996f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -22,14 +22,16 @@

    <application>
        <activity android:name=".PluginSettings"
            android:label="@string/plugin_label">
                  android:label="@string/plugin_label"
                  android:exported="false">
            <intent-filter>
                <action android:name="com.android.systemui.action.PLUGIN_SETTINGS" />
            </intent-filter>
        </activity>

        <service android:name=".SampleOverlayPlugin"
            android:label="@string/plugin_label">
                 android:label="@string/plugin_label"
                 android:exported="false">
            <intent-filter>
                <action android:name="com.android.systemui.action.PLUGIN_OVERLAY" />
            </intent-filter>