[求助]apk重新打包疑問
原來的apk用MT查看顯示簽名是V1+V2,,未加固.
反編譯后沒修改內(nèi)容直接重新打包,
原來的apk可以用shell am startservice -a啟動服務(wù),但重新打包后的嘗試啟動服務(wù)報錯app is in background uid null;
重新打包后的嘗試使用shell am start-foreground-service -a可以啟動,,但原來的權(quán)限好像丟失了,調(diào)用某些函數(shù)報錯 ActivityManager: Permission Denial: getCurrentUser()
有沒有apk的大神碰到過或了解這種問題,,幫忙分析一下,,謝謝。