summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/about/AndroidManifest.xml
blob: 85c750826526b4f1224300c57ed2f40c2994466e (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 android:theme="@style/Theme.AppCompat">
    <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>