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

This commit is contained in:
Chen Xu
2020-12-15 03:10:56 +00:00
committed by Android (Google) Code Review

View File

@@ -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>