Set exported flag to false.

It was set to true when the attribute became required in I878adb9108c95f06ddd059b23a542b61210edfa4

Bug: 222684510
Test: manual (see bug)
Change-Id: I8f67a5c3ac92f4813dc503cada8888833d7dbfbf
This commit is contained in:
Joe Bolinger
2022-03-24 00:39:20 +00:00
parent 752d4d5d72
commit 34704f4108

View File

@@ -2236,7 +2236,7 @@
</activity>
<activity android:name=".password.ScreenLockSuggestionActivity"
android:exported="true"
android:exported="false"
android:icon="@drawable/ic_suggestion_security">
<intent-filter android:priority="1">
<action android:name="android.intent.action.MAIN" />