Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13a01d7f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add an exported flag in manifest" am: cf2122a8

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1340203

Change-Id: I7ee6c4545c11b7f56ad0c2ee00e05a27d644608c
parents 87061ad5 cf2122a8
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>

<!-- Copyright (C) 2009 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,7 +20,8 @@
    <application android:name="com.android.internal.telephony.TestApplication">
        <uses-library android:name="android.test.runner"/>
        <activity android:label="TelephonyTest"
                android:name="TelephonyTest">
             android:name="TelephonyTest"
             android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>