Skip to content
Snippets Groups Projects
Commit 11ed014e authored by Chen Xu's avatar Chen Xu Committed by Android (Google) Code Review
Browse files

Merge "add permission check for exported activity" into rvc-qpr-dev

parents 3317653b 1292b4a9
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@
android:name="com.android.carrierdefaultapp.CaptivePortalLoginActivity"
android:label="@string/action_bar_label"
android:exported="true"
android:permission="android.permission.MODIFY_PHONE_STATE"
android:theme="@style/AppTheme"
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment