Commit 3ce42140 authored by yuweih's avatar yuweih Committed by Commit bot

[Remoting Android] Export CreditsActivity

Currently CreditsActivity is not marked as exported, which means the internal
Help&Feedback library doesn't have permission to launch CreditsActivity and
therefore we can't move the Credits menu item back to Help&Feedback's overflow
menu.

This CL marks CreditsActivity as exported to solve the problem above.

BUG=613604

Review-Url: https://codereview.chromium.org/2384803002
Cr-Commit-Position: refs/heads/master@{#422519}
parent 85f972ef
......@@ -51,6 +51,6 @@
android:uiOptions="splitActionBarWhenNarrow"/>
<activity
android:name="org.chromium.chromoting.help.CreditsActivity"
android:exported="false"/>
android:exported="true"/>
</application>
</manifest>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment