Feat(Tis): DeviceInfo and Build applicationId
Send Device name and AndroidId in DeviceInfo, Handle multiple release version with different version number and application Id for each psp
This commit is contained in:
+1
-4
@@ -1,15 +1,12 @@
|
||||
package com.example.ps4
|
||||
|
||||
import android.content.Context
|
||||
import androidx.annotation.DrawableRes
|
||||
import com.example.core.domain.Printer
|
||||
import com.example.core.model.PrintEntity
|
||||
import javax.inject.Inject
|
||||
|
||||
|
||||
class P4Printer @Inject constructor(
|
||||
private val context: Context,
|
||||
) : Printer {
|
||||
class P4Printer @Inject constructor() : Printer {
|
||||
|
||||
|
||||
override fun print(
|
||||
Reference in New Issue
Block a user