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

Commit 56425844 authored by Ashwini Oruganti's avatar Ashwini Oruganti Committed by Android (Google) Code Review
Browse files

Merge "Add an exported flag in manifest"

parents 435b739e 4be2694d
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"/>