summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/about/AndroidManifest.xml
blob: e9489ce1ea6fff7526ec0a61dfb2f138c986ab1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  package="com.android.dialer.about">
  <application>
    <activity
        android:name="com.android.dialer.about.LicenseMenuActivity"
        android:label="@string/licenseActivityLabel"
        android:exported="false"
        android:theme="@style/Theme.AppCompat.Light">
    </activity>
    <activity
        android:name="com.android.dialer.about.LicenseActivity"
        android:label="@string/licenseActivityLabel"
        android:exported="false"
        android:theme="@style/Theme.AppCompat.Light">
    </activity>
  </application>
</manifest>