Refactored Inline Fill Service to provide Slice in Datasets

Bug: 146453536
Test: manual verification
Change-Id: I833786992ecd183cdc20bc1f193f8726e01dedc8
This commit is contained in:
Adam He
2020-01-06 09:23:29 -08:00
parent be9d6a408c
commit b60f71e9c7
2 changed files with 41 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="foo.bar.fill" >
package="foo.bar.inline" >
<application>
<service
android:name=".InlineFillService"