blob: f9128e1d11ef710fb04c7008619d4bb3b897ebac [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="foo.bar.fill" >
<application>
<service android:name=".FillService"
android:permission="android.permission.BIND_AUTOFILL">
<intent-filter>
<action android:name="android.service.autofill.AutofillService" />
</intent-filter>
</service>
<activity android:name=".AuthActivity"/>
<activity android:name=".FirstActivity"/>
<activity android:name=".SecondActivity"/>
</application>
</manifest>