Skip to content

Commit 11ed014

Browse files
Chen XuAndroid (Google) Code Review
authored andcommitted
Merge "add permission check for exported activity" into rvc-qpr-dev
2 parents 3317653 + 1292b4a commit 11ed014

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/CarrierDefaultApp/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
android:name="com.android.carrierdefaultapp.CaptivePortalLoginActivity"
4848
android:label="@string/action_bar_label"
4949
android:exported="true"
50+
android:permission="android.permission.MODIFY_PHONE_STATE"
5051
android:theme="@style/AppTheme"
5152
android:configChanges="keyboardHidden|orientation|screenSize">
5253
<intent-filter>

0 commit comments

Comments
 (0)