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

Commit cf2122a8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add an exported flag in manifest"

parents 8460ebe6 38b2bb9d
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"/>